Html Css Color HEX #85EF9A Light Green

📋 copy color: '#85EF9A'

red 133 ◦ green 239 ◦ blue 154

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

Shades of Light Green #85EF9A

Tints of Light Green #85EF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.28%

R = 25.29%
G = 45.44%
B = 29.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#85EF9A (or 0x85EF9A) is known color: Light Green. HEX triplet: 85, EF and 9A. RGB value is (133,239,154). Sum of RGB (Red+Green+Blue) = 133+239+154=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EF9A is #7A1065. Grayscale: #C5C5C5. Windows color (decimal): -7999590 or 10153861. OLE color: 10153861.

HSL color Cylindrical-coordinate representation of color #85EF9A: hue angle of 131.89º 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 #85EF9A is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 239 154 -
CMYK 0.44 0 0.36 0.06
HSL 131.89º 0.77% 0.73% -
HSV(B) 131.89º 0.44% 0.94% -
XYZ 46.37 69.05 41.46 -
YUV 197.62 103.38 81.91 -
System Red Green Blue C M Y K H S L
Decimal 133 239 154 0.44 0 0.36 0.06 131.89 0.77 0.73
Hex 85 EF 9A 2C 0 24 6 84 4D 49
Octal 205 357 232 54 0 44 6 204 115 111
Binary 10000101 11101111 10011010 101100 0 100100 110 10000100 1001101 1001001

Color Harmonies of #85EF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EF9A

Black with #85EF9A

Text Example


Text Example

White with #85EF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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