#81FC0B

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

Shades of Chartreuse #81FC0B

Tints of Chartreuse #81FC0B

Color information

#81FC0B (or 0x81FC0B) is unknown color: approx Chartreuse. HEX triplet: 81, FC and 0B. RGB value is (129,252,11). Sum of RGB (Red+Green+Blue) = 129+252+11=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 252 (98.83% from 255 or 64.29% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 252 - color contains mainly: green. Hex color #81FC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FC0B is #7E03F4. Grayscale: #BCBCBC. Windows color (decimal): -8258549 or 785537. OLE color: 785537.

HSL color Cylindrical-coordinate representation of color #81FC0B: hue angle of 90.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81FC0B is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB12925211-
CMYK0.4900.960.01
HSL90.62º97.57%51.57%-
HSV(B)90.62º95.63%98.82%-
XYZ43.9274.3112.35-
YUV187.7528.2586.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.91%
GREEN value IS 252 (98.83% from 255) = 64.29%
BLUE value IS 11 (4.69% from 255) = 2.81%
R=32.91%
G=64.29%
B=2.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal129252110.4900.960.0190.6297.5751.57
Hex81FCB3106015b6234
Octal20137413610140113314264
Binary1000000111111100101111000101100000110110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81FC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81FC0B; }

 p { color: rgb(129,252,11); }

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

<style>
 a { background-color: #81FC0B; }

 a { background-color: rgb(129,252,11); }

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

<style>
 span { border-color: #81FC0B; }

 span { border-color: rgb(129,252,11); }

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