Html Css Color HEX #85EF95 Light Green

📋 copy color: '#85EF95'

red 133 ◦ green 239 ◦ blue 149

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

Shades of Light Green #85EF95

Tints of Light Green #85EF95

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.87%

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

R = 25.53%
G = 45.87%
B = 28.6%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#85EF95 (or 0x85EF95) is known color: Light Green. HEX triplet: 85, EF and 95. RGB value is (133,239,149). Sum of RGB (Red+Green+Blue) = 133+239+149=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 149 (58.59% from 255 or 28.60% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EF95 is #7A106A. Grayscale: #C5C5C5. Windows color (decimal): -7999595 or 9826181. OLE color: 9826181.

HSL color Cylindrical-coordinate representation of color #85EF95: hue angle of 129.06º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EF95 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 149 -
CMYK 0.44 0 0.38 0.06
HSL 129.06º 0.77% 0.73% -
HSV(B) 129.06º 0.44% 0.94% -
XYZ 45.96 68.89 39.31 -
YUV 197.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 133 239 149 0.44 0 0.38 0.06 129.06 0.77 0.73
Hex 85 EF 95 2C 0 26 6 81 4D 49
Octal 205 357 225 54 0 46 6 201 115 111
Binary 10000101 11101111 10010101 101100 0 100110 110 10000001 1001101 1001001

Color Harmonies of #85EF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF95

Black with #85EF95

Text Example


Text Example

White with #85EF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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