#81BD00

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

Shades of Citrus #81BD00

Tints of Citrus #81BD00

Color information

#81BD00 (or 0x81BD00) is unknown color: approx Citrus. HEX triplet: 81, BD and 00. RGB value is (129,189,0). Sum of RGB (Red+Green+Blue) = 129+189+0=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BD00 is #7E42FF. Grayscale: #969696. Windows color (decimal): -8274688 or 48513. OLE color: 48513.

HSL color Cylindrical-coordinate representation of color #81BD00: hue angle of 79.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #81BD00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1291890-
CMYK0.32010.26
HSL79.05º100%37.06%-
HSV(B)79.05º100%74.12%-
XYZ27.2541.066.49-
YUV149.5143.62113.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 189 (74.22% from 255) = 59.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.57%
G=59.43%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12918900.32010.2679.0510037.06
Hex81BD0200641A4f6425
Octal20127504001443211714445
Binary10000001101111010100000011001001101010011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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