#85FA13

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

Shades of Chartreuse #85FA13

Tints of Chartreuse #85FA13

Color information

#85FA13 (or 0x85FA13) is unknown color: approx Chartreuse. HEX triplet: 85, FA and 13. RGB value is (133,250,19). Sum of RGB (Red+Green+Blue) = 133+250+19=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 250 (98.05% from 255 or 62.19% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85FA13 is #7A05EC. Grayscale: #BDBDBD. Windows color (decimal): -7996909 or 1309317. OLE color: 1309317.

HSL color Cylindrical-coordinate representation of color #85FA13: hue angle of 90.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85FA13 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB13325019-
CMYK0.4700.920.02
HSL90.39º95.85%52.75%-
HSV(B)90.39º92.4%98.04%-
XYZ43.9873.412.47-
YUV188.6832.2488.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 250 (98.05% from 255) = 62.19%
BLUE value IS 19 (7.81% from 255) = 4.73%
R=33.08%
G=62.19%
B=4.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133250190.4700.920.0290.3995.8552.75
Hex85FA132F05C25a6035
Octal20537223570134213214065
Binary100001011111101010011101111010111001010110101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,250,19); }

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

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

 a { background-color: rgb(133,250,19); }

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

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

 span { border-color: rgb(133,250,19); }

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