Html Css Color HEX #85EFA1 Light Green

📋 copy color: '#85EFA1'

red 133 ◦ green 239 ◦ blue 161

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

Shades of Light Green #85EFA1

Tints of Light Green #85EFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.21%

R = 24.95%
G = 44.84%
B = 30.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#85EFA1 (or 0x85EFA1) is known color: Light Green. HEX triplet: 85, EF and A1. RGB value is (133,239,161). Sum of RGB (Red+Green+Blue) = 133+239+161=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EFA1 is #7A105E. Grayscale: #C6C6C6. Windows color (decimal): -7999583 or 10612613. OLE color: 10612613.

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

Color convert

RGB 133 239 161 -
CMYK 0.44 0 0.33 0.06
HSL 135.85º 0.77% 0.73% -
HSV(B) 135.85º 0.44% 0.94% -
XYZ 46.97 69.29 44.62 -
YUV 198.41 106.88 81.34 -
System Red Green Blue C M Y K H S L
Decimal 133 239 161 0.44 0 0.33 0.06 135.85 0.77 0.73
Hex 85 EF A1 2C 0 21 6 88 4D 49
Octal 205 357 241 54 0 41 6 210 115 111
Binary 10000101 11101111 10100001 101100 0 100001 110 10001000 1001101 1001001

Color Harmonies of #85EFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EFA1

Black with #85EFA1

Text Example


Text Example

White with #85EFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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