Html Css Color HEX #85EB81 Light Green

📋 copy color: '#85EB81'

red 133 ◦ green 235 ◦ blue 129

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

Shades of Light Green #85EB81

Tints of Light Green #85EB81

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.28%

 BLUE value IS 129 (50.78% from 255) = 25.96%

R = 26.76%
G = 47.28%
B = 25.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#85EB81 (or 0x85EB81) is known color: Light Green. HEX triplet: 85, EB and 81. RGB value is (133,235,129). Sum of RGB (Red+Green+Blue) = 133+235+129=497 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.76% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EB81 is #7A147E. Grayscale: #C0C0C0. Windows color (decimal): -8000639 or 8514437. OLE color: 8514437.

HSL color Cylindrical-coordinate representation of color #85EB81: hue angle of 117.74º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85EB81 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 129 -
CMYK 0.43 0 0.45 0.08
HSL 117.74º 0.73% 0.71% -
HSV(B) 117.74º 0.45% 0.92% -
XYZ 43.34 65.99 31.22 -
YUV 192.42 92.21 85.62 -
System Red Green Blue C M Y K H S L
Decimal 133 235 129 0.43 0 0.45 0.08 117.74 0.73 0.71
Hex 85 EB 81 2B 0 2D 8 76 49 47
Octal 205 353 201 53 0 55 10 166 111 107
Binary 10000101 11101011 10000001 101011 0 101101 1000 1110110 1001001 1000111

Color Harmonies of #85EB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EB81

Black with #85EB81

Text Example


Text Example

White with #85EB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,235,129); }

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

background-color css

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

 a { background-color: rgb(133,235,129); }

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

border-color css

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

 span { border-color: rgb(133,235,129); }

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