Html Css Color HEX #85EE82 Light Green

📋 copy color: '#85EE82'

red 133 ◦ green 238 ◦ blue 130

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

Shades of Light Green #85EE82

Tints of Light Green #85EE82

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.5%

 BLUE value IS 130 (51.17% from 255) = 25.95%

R = 26.55%
G = 47.5%
B = 25.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#85EE82 (or 0x85EE82) is known color: Light Green. HEX triplet: 85, EE and 82. RGB value is (133,238,130). Sum of RGB (Red+Green+Blue) = 133+238+130=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EE82 is #7A117D. Grayscale: #C2C2C2. Windows color (decimal): -7999870 or 8580741. OLE color: 8580741.

HSL color Cylindrical-coordinate representation of color #85EE82: hue angle of 118.33º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85EE82 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 238 130 -
CMYK 0.44 0 0.45 0.07
HSL 118.33º 0.76% 0.72% -
HSV(B) 118.33º 0.45% 0.93% -
XYZ 44.28 67.75 31.86 -
YUV 194.29 91.71 84.28 -
System Red Green Blue C M Y K H S L
Decimal 133 238 130 0.44 0 0.45 0.07 118.33 0.76 0.72
Hex 85 EE 82 2C 0 2D 7 76 4C 48
Octal 205 356 202 54 0 55 7 166 114 110
Binary 10000101 11101110 10000010 101100 0 101101 111 1110110 1001100 1001000

Color Harmonies of #85EE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EE82

Black with #85EE82

Text Example


Text Example

White with #85EE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,238,130); }

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

background-color css

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

 a { background-color: rgb(133,238,130); }

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

border-color css

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

 span { border-color: rgb(133,238,130); }

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