#85EB8B

Color #85EB8B Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #85EB8B

Tints of Light Green #85EB8B

Color information

#85EB8B (or 0x85EB8B) is unknown color: approx Light Green. HEX triplet: 85, EB and 8B. RGB value is (133,235,139). Sum of RGB (Red+Green+Blue) = 133+235+139=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EB8B is #7A1474. Grayscale: #C1C1C1. Windows color (decimal): -8000629 or 9169797. OLE color: 9169797.

HSL color Cylindrical-coordinate representation of color #85EB8B: hue angle of 123.53º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EB8B is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB133235139-
CMYK0.4300.410.08
HSL123.53º71.83%72.16%-
HSV(B)123.53º43.4%92.16%-
XYZ44.0466.2734.9-
YUV193.5697.2184.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 235 (92.19% from 255) = 46.35%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=26.23%
G=46.35%
B=27.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351390.4300.410.08123.5371.8372.16
Hex85EB8B2B02987c4848
Octal2053532135305110174110110
Binary10000101111010111000101110101101010011000111110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,235,139); }

 H1.HeaderClassName
 {
   color: #85EB8B;
 }
 .AnyTagClassName
 {
   color: #85EB8B;
 }
</style>
background-color css

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

 a { background-color: rgb(133,235,139); }

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

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

 span { border-color: rgb(133,235,139); }

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