Html Css Color HEX #81FF01 Chartreuse

📋 copy color: '#81FF01'

red 129 ◦ green 255 ◦ blue 1

#81FF01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #81FF01

Tints of Chartreuse #81FF01

RGB

 RED value IS 129 (50.78% from 255) = 33.51%

 GREEN value IS 255 (100% from 255) = 66.23%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 33.51%
G = 66.23%
B = 0.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#81FF01 (or 0x81FF01) is known color: Chartreuse. HEX triplet: 81, FF and 01. RGB value is (129,255,1). Sum of RGB (Red+Green+Blue) = 129+255+1=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #81FF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FF01 is #7E00FE. Grayscale: #BDBDBD. Windows color (decimal): -8257791 or 130945. OLE color: 130945.

HSL color Cylindrical-coordinate representation of color #81FF01: hue angle of 89.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81FF01 is Cyan = 0.49, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 129 255 1 -
CMYK 0.49 0 1.00 0
HSL 89.76º 1% 0.5% -
HSV(B) 89.76º 1% 1% -
XYZ 44.82 76.19 12.37 -
YUV 188.37 22.26 85.65 -
System Red Green Blue C M Y K H S L
Decimal 129 255 1 0.49 0 1.00 0 89.76 1 0.5
Hex 81 FF 1 31 0 64 0 5A 64 32
Octal 201 377 1 61 0 144 0 132 144 62
Binary 10000001 11111111 1 110001 0 1100100 0 1011010 1100100 110010

Color Harmonies of #81FF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FF01

Black with #81FF01

Text Example


Text Example

White with #81FF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,255,1); }

 H1.HeaderClassName
 {
   color: #81FF01;
 }
 .AnyTagClassName
 {
   color: #81FF01;
 }
</style>

background-color css

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

 a { background-color: rgb(129,255,1); }

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

border-color css

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

 span { border-color: rgb(129,255,1); }

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