Html Css Color HEX #8FC385 Dark Sea Green

📋 copy color: '#8FC385'

red 143 ◦ green 195 ◦ blue 133

#8FC385
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Sea Green #8FC385

Tints of Dark Sea Green #8FC385

RGB

 RED value IS 143 (56.25% from 255) = 30.36%

 GREEN value IS 195 (76.56% from 255) = 41.4%

 BLUE value IS 133 (52.34% from 255) = 28.24%

R = 30.36%
G = 41.4%
B = 28.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8FC385 (or 0x8FC385) is known color: Dark Sea Green. HEX triplet: 8F, C3 and 85. RGB value is (143,195,133). Sum of RGB (Red+Green+Blue) = 143+195+133=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #8FC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC385 is #703C7A. Grayscale: #ACACAC. Windows color (decimal): -7355515 or 8766351. OLE color: 8766351.

HSL color Cylindrical-coordinate representation of color #8FC385: hue angle of 110.32º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FC385 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 143 195 133 -
CMYK 0.27 0 0.32 0.24
HSL 110.32º 0.34% 0.64% -
HSV(B) 110.32º 0.32% 0.76% -
XYZ 35.08 46.56 29.33 -
YUV 172.38 105.77 107.04 -
System Red Green Blue C M Y K H S L
Decimal 143 195 133 0.27 0 0.32 0.24 110.32 0.34 0.64
Hex 8F C3 85 1B 0 20 18 6E 22 40
Octal 217 303 205 33 0 40 30 156 42 100
Binary 10001111 11000011 10000101 11011 0 100000 11000 1101110 100010 1000000

Color Harmonies of #8FC385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FC385

Black with #8FC385

Text Example


Text Example

White with #8FC385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FC385; }

 p { color: rgb(143,195,133); }

 H1.HeaderClassName
 {
   color: #8FC385;
 }
 .AnyTagClassName
 {
   color: #8FC385;
 }
</style>

background-color css

<style>
 a { background-color: #8FC385; }

 a { background-color: rgb(143,195,133); }

 div.DivClassName
 {
   background-color: #8FC385;
 }
 .BgClassName
 {
   background-color: #8FC385;
 }
</style>

border-color css

<style>
 span { border-color: #8FC385; }

 span { border-color: rgb(143,195,133); }

 td.TdClassName
 {
   border-color: #8FC385;
 }
 .TagClassName
 {
   border-color: #8FC385;
 }
</style>