Html Css Color HEX #85E995 Light Green

📋 copy color: '#85E995'

red 133 ◦ green 233 ◦ blue 149

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

Shades of Light Green #85E995

Tints of Light Green #85E995

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.24%

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 25.83%
G = 45.24%
B = 28.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#85E995 (or 0x85E995) is known color: Light Green. HEX triplet: 85, E9 and 95. RGB value is (133,233,149). Sum of RGB (Red+Green+Blue) = 133+233+149=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #85E995 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E995 is #7A166A. Grayscale: #C1C1C1. Windows color (decimal): -8001131 or 9824645. OLE color: 9824645.

HSL color Cylindrical-coordinate representation of color #85E995: hue angle of 129.6º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E995 is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 233 149 -
CMYK 0.43 0 0.36 0.09
HSL 129.6º 0.69% 0.72% -
HSV(B) 129.6º 0.43% 0.91% -
XYZ 44.24 65.43 38.73 -
YUV 193.52 102.87 84.83 -
System Red Green Blue C M Y K H S L
Decimal 133 233 149 0.43 0 0.36 0.09 129.6 0.69 0.72
Hex 85 E9 95 2B 0 24 9 82 45 48
Octal 205 351 225 53 0 44 11 202 105 110
Binary 10000101 11101001 10010101 101011 0 100100 1001 10000010 1000101 1001000

Color Harmonies of #85E995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E995

Black with #85E995

Text Example


Text Example

White with #85E995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,233,149); }

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

background-color css

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

 a { background-color: rgb(133,233,149); }

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

border-color css

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

 span { border-color: rgb(133,233,149); }

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