#81D003

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

Shades of Citrus #81D003

Tints of Citrus #81D003

Color information

#81D003 (or 0x81D003) is unknown color: approx Citrus. HEX triplet: 81, D0 and 03. RGB value is (129,208,3). Sum of RGB (Red+Green+Blue) = 129+208+3=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #81D003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D003 is #7E2FFC. Grayscale: #A1A1A1. Windows color (decimal): -8269821 or 249985. OLE color: 249985.

HSL color Cylindrical-coordinate representation of color #81D003: hue angle of 83.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81D003 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB1292083-
CMYK0.3800.990.18
HSL83.12º97.16%41.37%-
HSV(B)83.12º98.56%81.57%-
XYZ31.6349.798.03-
YUV161.0138.83105.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 208 (81.64% from 255) = 61.18%
BLUE value IS 3 (1.56% from 255) = 0.88%
R=37.94%
G=61.18%
B=0.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12920830.3800.990.1883.1297.1641.37
Hex81D032606312536129
Octal20132034601432212314151
Binary100000011101000011100110011000111001010100111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,208,3); }

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

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

 a { background-color: rgb(129,208,3); }

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

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

 span { border-color: rgb(129,208,3); }

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