Html Css Color HEX #85EFA3 Light Green

📋 copy color: '#85EFA3'

red 133 ◦ green 239 ◦ blue 163

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

Shades of Light Green #85EFA3

Tints of Light Green #85EFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.47%

R = 24.86%
G = 44.67%
B = 30.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.06

RGB Variations

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

Color information

#85EFA3 (or 0x85EFA3) is known color: Light Green. HEX triplet: 85, EF and A3. RGB value is (133,239,163). Sum of RGB (Red+Green+Blue) = 133+239+163=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EFA3 is #7A105C. Grayscale: #C6C6C6. Windows color (decimal): -7999581 or 10743685. OLE color: 10743685.

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

Color convert

RGB 133 239 163 -
CMYK 0.44 0 0.32 0.06
HSL 136.98º 0.77% 0.73% -
HSV(B) 136.98º 0.44% 0.94% -
XYZ 47.15 69.36 45.55 -
YUV 198.64 107.88 81.18 -
System Red Green Blue C M Y K H S L
Decimal 133 239 163 0.44 0 0.32 0.06 136.98 0.77 0.73
Hex 85 EF A3 2C 0 20 6 89 4D 49
Octal 205 357 243 54 0 40 6 211 115 111
Binary 10000101 11101111 10100011 101100 0 100000 110 10001001 1001101 1001001

Color Harmonies of #85EFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EFA3

Black with #85EFA3

Text Example


Text Example

White with #85EFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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