Html Css Color HEX #85F387 Light Green

📋 copy color: '#85F387'

red 133 ◦ green 243 ◦ blue 135

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

Shades of Light Green #85F387

Tints of Light Green #85F387

RGB

 RED value IS 133 (52.34% from 255) = 26.03%

 GREEN value IS 243 (95.31% from 255) = 47.55%

 BLUE value IS 135 (53.13% from 255) = 26.42%

R = 26.03%
G = 47.55%
B = 26.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#85F387 (or 0x85F387) is known color: Light Green. HEX triplet: 85, F3 and 87. RGB value is (133,243,135). Sum of RGB (Red+Green+Blue) = 133+243+135=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 135 (53.12% from 255 or 26.42% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #85F387 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F387 is #7A0C78. Grayscale: #C6C6C6. Windows color (decimal): -7998585 or 8909701. OLE color: 8909701.

HSL color Cylindrical-coordinate representation of color #85F387: hue angle of 121.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F387 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 133 243 135 -
CMYK 0.45 0 0.44 0.05
HSL 121.09º 0.82% 0.74% -
HSV(B) 121.09º 0.45% 0.95% -
XYZ 46.1 70.84 34.17 -
YUV 197.8 92.56 81.78 -
System Red Green Blue C M Y K H S L
Decimal 133 243 135 0.45 0 0.44 0.05 121.09 0.82 0.74
Hex 85 F3 87 2D 0 2C 5 79 52 4A
Octal 205 363 207 55 0 54 5 171 122 112
Binary 10000101 11110011 10000111 101101 0 101100 101 1111001 1010010 1001010

Color Harmonies of #85F387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F387

Black with #85F387

Text Example


Text Example

White with #85F387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85F387; }

 p { color: rgb(133,243,135); }

 H1.HeaderClassName
 {
   color: #85F387;
 }
 .AnyTagClassName
 {
   color: #85F387;
 }
</style>

background-color css

<style>
 a { background-color: #85F387; }

 a { background-color: rgb(133,243,135); }

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

border-color css

<style>
 span { border-color: #85F387; }

 span { border-color: rgb(133,243,135); }

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