#8DCC05

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

Shades of Citrus #8DCC05

Tints of Citrus #8DCC05

Color information

#8DCC05 (or 0x8DCC05) is unknown color: approx Citrus. HEX triplet: 8D, CC and 05. RGB value is (141,204,5). Sum of RGB (Red+Green+Blue) = 141+204+5=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 204 (80.08% from 255 or 58.29% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DCC05 is #7233FA. Grayscale: #A3A3A3. Windows color (decimal): -7484411 or 380045. OLE color: 380045.

HSL color Cylindrical-coordinate representation of color #8DCC05: hue angle of 78.99º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DCC05 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB1412045-
CMYK0.3100.980.2
HSL78.99º95.22%40.98%-
HSV(B)78.99º97.55%80%-
XYZ32.648.867.86-
YUV162.4839.13112.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 204 (80.08% from 255) = 58.29%
BLUE value IS 5 (2.34% from 255) = 1.43%
R=40.29%
G=58.29%
B=1.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14120450.3100.980.278.9995.2240.98
Hex8DCC51F062144f5f29
Octal21531453701422411713751
Binary100011011100110010111111011000101010010011111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DCC05; }

 p { color: rgb(141,204,5); }

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

<style>
 a { background-color: #8DCC05; }

 a { background-color: rgb(141,204,5); }

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

<style>
 span { border-color: #8DCC05; }

 span { border-color: rgb(141,204,5); }

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