Html Css Color HEX #85EE84 Light Green

📋 copy color: '#85EE84'

red 133 ◦ green 238 ◦ blue 132

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

Shades of Light Green #85EE84

Tints of Light Green #85EE84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.24%

R = 26.44%
G = 47.32%
B = 26.24%

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

#85EE84 (or 0x85EE84) is known color: Light Green. HEX triplet: 85, EE and 84. RGB value is (133,238,132). Sum of RGB (Red+Green+Blue) = 133+238+132=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 238 (93.36% from 255 or 47.32% from 503); Blue value is 132 (51.95% from 255 or 26.24% from 503); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EE84 is #7A117B. Grayscale: #C2C2C2. Windows color (decimal): -7999868 or 8711813. OLE color: 8711813.

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

Color convert

RGB 133 238 132 -
CMYK 0.44 0 0.45 0.07
HSL 119.43º 0.76% 0.73% -
HSV(B) 119.43º 0.45% 0.93% -
XYZ 44.41 67.8 32.58 -
YUV 194.52 92.71 84.12 -
System Red Green Blue C M Y K H S L
Decimal 133 238 132 0.44 0 0.45 0.07 119.43 0.76 0.73
Hex 85 EE 84 2C 0 2D 7 77 4C 49
Octal 205 356 204 54 0 55 7 167 114 111
Binary 10000101 11101110 10000100 101100 0 101101 111 1110111 1001100 1001001

Color Harmonies of #85EE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EE84

Black with #85EE84

Text Example


Text Example

White with #85EE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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