Html Css Color HEX #85F08C Light Green

📋 copy color: '#85F08C'

red 133 ◦ green 240 ◦ blue 140

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

Shades of Light Green #85F08C

Tints of Light Green #85F08C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.78%

 BLUE value IS 140 (55.08% from 255) = 27.29%

R = 25.93%
G = 46.78%
B = 27.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#85F08C (or 0x85F08C) is known color: Light Green. HEX triplet: 85, F0 and 8C. RGB value is (133,240,140). Sum of RGB (Red+Green+Blue) = 133+240+140=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #85F08C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F08C is #7A0F73. Grayscale: #C4C4C4. Windows color (decimal): -7999348 or 9236613. OLE color: 9236613.

HSL color Cylindrical-coordinate representation of color #85F08C: hue angle of 123.93º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F08C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 240 140 -
CMYK 0.45 0 0.42 0.06
HSL 123.93º 0.78% 0.73% -
HSV(B) 123.93º 0.45% 0.94% -
XYZ 45.57 69.2 35.77 -
YUV 196.61 96.05 82.63 -
System Red Green Blue C M Y K H S L
Decimal 133 240 140 0.45 0 0.42 0.06 123.93 0.78 0.73
Hex 85 F0 8C 2D 0 2A 6 7C 4E 49
Octal 205 360 214 55 0 52 6 174 116 111
Binary 10000101 11110000 10001100 101101 0 101010 110 1111100 1001110 1001001

Color Harmonies of #85F08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F08C

Black with #85F08C

Text Example


Text Example

White with #85F08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,240,140); }

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

background-color css

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

 a { background-color: rgb(133,240,140); }

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

border-color css

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

 span { border-color: rgb(133,240,140); }

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