Html Css Color HEX #81C904 Citrus

📋 copy color: '#81C904'

red 129 ◦ green 201 ◦ blue 4

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

Shades of Citrus #81C904

Tints of Citrus #81C904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.18%

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

R = 38.62%
G = 60.18%
B = 1.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#81C904 (or 0x81C904) is known color: Citrus. HEX triplet: 81, C9 and 04. RGB value is (129,201,4). Sum of RGB (Red+Green+Blue) = 129+201+4=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 201 (78.91% from 255 or 60.18% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 201 - color contains mainly: green. Hex color #81C904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C904 is #7E36FB. Grayscale: #9D9D9D. Windows color (decimal): -8271612 or 313729. OLE color: 313729.

HSL color Cylindrical-coordinate representation of color #81C904: hue angle of 81.93º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81C904 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 201 4 -
CMYK 0.36 0 0.98 0.21
HSL 81.93º 0.96% 0.4% -
HSV(B) 81.93º 0.98% 0.79% -
XYZ 29.96 46.45 7.5 -
YUV 157.01 41.65 108.02 -
System Red Green Blue C M Y K H S L
Decimal 129 201 4 0.36 0 0.98 0.21 81.93 0.96 0.4
Hex 81 C9 4 24 0 62 15 52 60 28
Octal 201 311 4 44 0 142 25 122 140 50
Binary 10000001 11001001 100 100100 0 1100010 10101 1010010 1100000 101000

Color Harmonies of #81C904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C904

Black with #81C904

Text Example


Text Example

White with #81C904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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