Html Css Color HEX #85ECA2 Light Green

📋 copy color: '#85ECA2'

red 133 ◦ green 236 ◦ blue 162

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

Shades of Light Green #85ECA2

Tints of Light Green #85ECA2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.44%

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

R = 25.05%
G = 44.44%
B = 30.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#85ECA2 (or 0x85ECA2) is known color: Light Green. HEX triplet: 85, EC and A2. RGB value is (133,236,162). Sum of RGB (Red+Green+Blue) = 133+236+162=531 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.05% from 531); Green value is 236 (92.58% from 255 or 44.44% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ECA2 is #7A135D. Grayscale: #C4C4C4. Windows color (decimal): -8000350 or 10677381. OLE color: 10677381.

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

Color convert

RGB 133 236 162 -
CMYK 0.44 0 0.31 0.07
HSL 136.89º 0.73% 0.72% -
HSV(B) 136.89º 0.44% 0.93% -
XYZ 46.19 67.59 44.79 -
YUV 196.77 108.38 82.52 -
System Red Green Blue C M Y K H S L
Decimal 133 236 162 0.44 0 0.31 0.07 136.89 0.73 0.72
Hex 85 EC A2 2C 0 1F 7 89 49 48
Octal 205 354 242 54 0 37 7 211 111 110
Binary 10000101 11101100 10100010 101100 0 11111 111 10001001 1001001 1001000

Color Harmonies of #85ECA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ECA2

Black with #85ECA2

Text Example


Text Example

White with #85ECA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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