#81B100

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

Shades of Citrus #81B100

Tints of Citrus #81B100

Color information

#81B100 (or 0x81B100) is unknown color: approx Citrus. HEX triplet: 81, B1 and 00. RGB value is (129,177,0). Sum of RGB (Red+Green+Blue) = 129+177+0=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #81B100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B100 is #7E4EFF. Grayscale: #8F8F8F. Windows color (decimal): -8277760 or 45441. OLE color: 45441.

HSL color Cylindrical-coordinate representation of color #81B100: hue angle of 76.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81B100 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1291770-
CMYK0.27010.31
HSL76.27º100%34.71%-
HSV(B)76.27º100%69.41%-
XYZ24.7836.115.66-
YUV142.4747.6118.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 177 (69.53% from 255) = 57.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.16%
G=57.84%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12917700.27010.3176.2710034.71
Hex81B101B0641F4c6423
Octal20126103301443711414443
Binary1000000110110001011011011001001111110011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,177,0); }

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

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

 a { background-color: rgb(129,177,0); }

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

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

 span { border-color: rgb(129,177,0); }

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