Html Css Color HEX #85E795 Light Green

📋 copy color: '#85E795'

red 133 ◦ green 231 ◦ blue 149

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

Shades of Light Green #85E795

Tints of Light Green #85E795

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.03%

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

R = 25.93%
G = 45.03%
B = 29.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#85E795 (or 0x85E795) is known color: Light Green. HEX triplet: 85, E7 and 95. RGB value is (133,231,149). Sum of RGB (Red+Green+Blue) = 133+231+149=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #85E795 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E795 is #7A186A. Grayscale: #C0C0C0. Windows color (decimal): -8001643 or 9824133. OLE color: 9824133.

HSL color Cylindrical-coordinate representation of color #85E795: hue angle of 129.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E795 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 133 231 149 -
CMYK 0.42 0 0.35 0.09
HSL 129.8º 0.67% 0.71% -
HSV(B) 129.8º 0.42% 0.91% -
XYZ 43.67 64.31 38.54 -
YUV 192.35 103.53 85.67 -
System Red Green Blue C M Y K H S L
Decimal 133 231 149 0.42 0 0.35 0.09 129.8 0.67 0.71
Hex 85 E7 95 2A 0 23 9 82 43 47
Octal 205 347 225 52 0 43 11 202 103 107
Binary 10000101 11100111 10010101 101010 0 100011 1001 10000010 1000011 1000111

Color Harmonies of #85E795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E795

Black with #85E795

Text Example


Text Example

White with #85E795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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