Html Css Color HEX #81FC04 Chartreuse

📋 copy color: '#81FC04'

red 129 ◦ green 252 ◦ blue 4

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

Shades of Chartreuse #81FC04

Tints of Chartreuse #81FC04

RGB

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

 GREEN value IS 252 (98.83% from 255) = 65.45%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 33.51%
G = 65.45%
B = 1.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#81FC04 (or 0x81FC04) is known color: Chartreuse. HEX triplet: 81, FC and 04. RGB value is (129,252,4). Sum of RGB (Red+Green+Blue) = 129+252+4=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 252 (98.83% from 255 or 65.45% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 252 - color contains mainly: green. Hex color #81FC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81FC04 is #7E03FB. Grayscale: #BBBBBB. Windows color (decimal): -8258556 or 326785. OLE color: 326785.

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

Color convert

RGB 129 252 4 -
CMYK 0.49 0 0.98 0.01
HSL 89.76º 0.98% 0.5% -
HSV(B) 89.76º 0.98% 0.99% -
XYZ 43.89 74.3 12.14 -
YUV 186.95 24.75 86.67 -
System Red Green Blue C M Y K H S L
Decimal 129 252 4 0.49 0 0.98 0.01 89.76 0.98 0.5
Hex 81 FC 4 31 0 62 1 5A 62 32
Octal 201 374 4 61 0 142 1 132 142 62
Binary 10000001 11111100 100 110001 0 1100010 1 1011010 1100010 110010

Color Harmonies of #81FC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81FC04

Black with #81FC04

Text Example


Text Example

White with #81FC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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