#86ff21

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

Shades of Chartreuse #86FF21

Tints of Chartreuse #86FF21

Color information

#86FF21 (or 0x86FF21) is unknown color: approx Chartreuse. HEX triplet: 86, FF and 21. RGB value is (134,255,33). Sum of RGB (Red+Green+Blue) = 134+255+33=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FF21 is #7900DE. Grayscale: #C2C2C2. Windows color (decimal): -7930079 or 2228102. OLE color: 2228102.

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

Color convert

RGB13425533-
CMYK0.4700.870
HSL92.7º100%56.47%-
HSV(B)92.7º87.06%100%-
XYZ45.8776.713.83-
YUV193.5137.4185.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.75%
GREEN value IS 255 (100% from 255) = 60.43%
BLUE value IS 33 (13.28% from 255) = 7.82%
R=31.75%
G=60.43%
B=7.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal134255330.4700.87092.710056.47
Hex86FF212F05705d6438
Octal20637741570127013514470
Binary100001101111111110000110111101010111010111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ff21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86ff21; }

 p { color: rgb(134,255,33); }

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

<style>
 a { background-color: #86ff21; }

 a { background-color: rgb(134,255,33); }

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

<style>
 span { border-color: #86ff21; }

 span { border-color: rgb(134,255,33); }

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