#8DD506

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

Shades of Citrus #8DD506

Tints of Citrus #8DD506

Color information

#8DD506 (or 0x8DD506) is unknown color: approx Citrus. HEX triplet: 8D, D5 and 06. RGB value is (141,213,6). Sum of RGB (Red+Green+Blue) = 141+213+6=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD506 is #722AF9. Grayscale: #A8A8A8. Windows color (decimal): -7482106 or 447885. OLE color: 447885.

HSL color Cylindrical-coordinate representation of color #8DD506: hue angle of 80.87º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DD506 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB1412136-
CMYK0.3400.970.16
HSL80.87º94.52%42.94%-
HSV(B)80.87º97.18%83.53%-
XYZ34.8153.268.62-
YUV167.8736.65108.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.17%
GREEN value IS 213 (83.59% from 255) = 59.17%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=39.17%
G=59.17%
B=1.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14121360.3400.970.1680.8794.5242.94
Hex8DD562206110515f2b
Octal21532564201412012113753
Binary1000110111010101110100010011000011000010100011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,213,6); }

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

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

 a { background-color: rgb(141,213,6); }

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

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

 span { border-color: rgb(141,213,6); }

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