Html Css Color HEX #85EAA2 Light Green

📋 copy color: '#85EAA2'

red 133 ◦ green 234 ◦ blue 162

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

Shades of Light Green #85EAA2

Tints of Light Green #85EAA2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.23%

 BLUE value IS 162 (63.67% from 255) = 30.62%

R = 25.14%
G = 44.23%
B = 30.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#85EAA2 (or 0x85EAA2) is known color: Light Green. HEX triplet: 85, EA and A2. RGB value is (133,234,162). Sum of RGB (Red+Green+Blue) = 133+234+162=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #85EAA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EAA2 is #7A155D. Grayscale: #C3C3C3. Windows color (decimal): -8000862 or 10676869. OLE color: 10676869.

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

Color convert

RGB 133 234 162 -
CMYK 0.43 0 0.31 0.08
HSL 137.23º 0.71% 0.72% -
HSV(B) 137.23º 0.43% 0.92% -
XYZ 45.62 66.44 44.6 -
YUV 195.59 109.04 83.35 -
System Red Green Blue C M Y K H S L
Decimal 133 234 162 0.43 0 0.31 0.08 137.23 0.71 0.72
Hex 85 EA A2 2B 0 1F 8 89 47 48
Octal 205 352 242 53 0 37 10 211 107 110
Binary 10000101 11101010 10100010 101011 0 11111 1000 10001001 1000111 1001000

Color Harmonies of #85EAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EAA2

Black with #85EAA2

Text Example


Text Example

White with #85EAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,234,162); }

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

background-color css

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

 a { background-color: rgb(133,234,162); }

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

border-color css

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

 span { border-color: rgb(133,234,162); }

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