#85F19B

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

Shades of Light Green #85F19B

Tints of Light Green #85F19B

Color information

#85F19B (or 0x85F19B) is unknown color: approx Light Green. HEX triplet: 85, F1 and 9B. RGB value is (133,241,155). Sum of RGB (Red+Green+Blue) = 133+241+155=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #85F19B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F19B is #7A0E64. Grayscale: #C7C7C7. Windows color (decimal): -7999077 or 10219909. OLE color: 10219909.

HSL color Cylindrical-coordinate representation of color #85F19B: hue angle of 132.22º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F19B is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB133241155-
CMYK0.4500.360.05
HSL132.22º79.41%73.33%-
HSV(B)132.22º44.81%94.51%-
XYZ47.0470.2642.09-
YUV198.9103.2280.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.14%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=25.14%
G=45.56%
B=29.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332411550.4500.360.05132.2279.4173.33
Hex85F19B2D0245844f49
Octal205361233550445204117111
Binary10000101111100011001101110110101001001011000010010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,241,155); }

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

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

 a { background-color: rgb(133,241,155); }

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

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

 span { border-color: rgb(133,241,155); }

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