Html Css Color HEX #85FF88 Light Green

📋 copy color: '#85FF88'

red 133 ◦ green 255 ◦ blue 136

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

Shades of Light Green #85FF88

Tints of Light Green #85FF88

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

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

R = 25.38%
G = 48.66%
B = 25.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#85FF88 (or 0x85FF88) is known color: Light Green. HEX triplet: 85, FF and 88. RGB value is (133,255,136). Sum of RGB (Red+Green+Blue) = 133+255+136=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF88 is #7A0077. Grayscale: #CDCDCD. Windows color (decimal): -7995512 or 8978309. OLE color: 8978309.

HSL color Cylindrical-coordinate representation of color #85FF88: hue angle of 121.48º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FF88 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 133 255 136 -
CMYK 0.48 0 0.47 0
HSL 121.48º 1% 0.76% -
HSV(B) 121.48º 0.48% 1% -
XYZ 49.88 78.28 35.77 -
YUV 204.96 89.08 76.68 -
System Red Green Blue C M Y K H S L
Decimal 133 255 136 0.48 0 0.47 0 121.48 1 0.76
Hex 85 FF 88 30 0 2F 0 79 64 4C
Octal 205 377 210 60 0 57 0 171 144 114
Binary 10000101 11111111 10001000 110000 0 101111 0 1111001 1100100 1001100

Color Harmonies of #85FF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FF88

Black with #85FF88

Text Example


Text Example

White with #85FF88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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