Html Css Color HEX #85F588 Light Green

📋 copy color: '#85F588'

red 133 ◦ green 245 ◦ blue 136

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

Shades of Light Green #85F588

Tints of Light Green #85F588

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.67%

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 25.88%
G = 47.67%
B = 26.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#85F588 (or 0x85F588) is known color: Light Green. HEX triplet: 85, F5 and 88. RGB value is (133,245,136). Sum of RGB (Red+Green+Blue) = 133+245+136=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #85F588 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F588 is #7A0A77. Grayscale: #C7C7C7. Windows color (decimal): -7998072 or 8975749. OLE color: 8975749.

HSL color Cylindrical-coordinate representation of color #85F588: hue angle of 121.61º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F588 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 245 136 -
CMYK 0.46 0 0.44 0.04
HSL 121.61º 0.85% 0.74% -
HSV(B) 121.61º 0.46% 0.96% -
XYZ 46.77 72.07 34.74 -
YUV 199.09 92.39 80.86 -
System Red Green Blue C M Y K H S L
Decimal 133 245 136 0.46 0 0.44 0.04 121.61 0.85 0.74
Hex 85 F5 88 2E 0 2C 4 7A 55 4A
Octal 205 365 210 56 0 54 4 172 125 112
Binary 10000101 11110101 10001000 101110 0 101100 100 1111010 1010101 1001010

Color Harmonies of #85F588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F588

Black with #85F588

Text Example


Text Example

White with #85F588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,245,136); }

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

background-color css

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

 a { background-color: rgb(133,245,136); }

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

border-color css

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

 span { border-color: rgb(133,245,136); }

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