#85fb21

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

Shades of Chartreuse #85FB21

Tints of Chartreuse #85FB21

Color information

#85FB21 (or 0x85FB21) is unknown color: approx Chartreuse. HEX triplet: 85, FB and 21. RGB value is (133,251,33). Sum of RGB (Red+Green+Blue) = 133+251+33=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 251 (98.44% from 255 or 60.19% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB21 is #7A04DE. Grayscale: #BFBFBF. Windows color (decimal): -7996639 or 2227077. OLE color: 2227077.

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

Color convert

RGB13325133-
CMYK0.4700.870.02
HSL92.48º96.46%55.69%-
HSV(B)92.48º86.85%98.43%-
XYZ44.4474.0913.4-
YUV190.8738.9186.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 251 (98.44% from 255) = 60.19%
BLUE value IS 33 (13.28% from 255) = 7.91%
R=31.89%
G=60.19%
B=7.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal133251330.4700.870.0292.4896.4655.69
Hex85FB212F05725c6038
Octal20537341570127213414070
Binary1000010111111011100001101111010101111010111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85fb21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,251,33); }

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

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

 a { background-color: rgb(133,251,33); }

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

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

 span { border-color: rgb(133,251,33); }

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