#8CD506

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

Shades of Citrus #8CD506

Tints of Citrus #8CD506

Color information

#8CD506 (or 0x8CD506) is unknown color: approx Citrus. HEX triplet: 8C, D5 and 06. RGB value is (140,213,6). Sum of RGB (Red+Green+Blue) = 140+213+6=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #8CD506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD506 is #732AF9. Grayscale: #A8A8A8. Windows color (decimal): -7547642 or 447884. OLE color: 447884.

HSL color Cylindrical-coordinate representation of color #8CD506: hue angle of 81.16º 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 #8CD506 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB1402136-
CMYK0.3400.970.16
HSL81.16º94.52%42.94%-
HSV(B)81.16º97.18%83.53%-
XYZ34.6453.188.61-
YUV167.5836.82108.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.00%
GREEN value IS 213 (83.59% from 255) = 59.33%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=39.00%
G=59.33%
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
Decimal14021360.3400.970.1681.1694.5242.94
Hex8CD562206110515f2b
Octal21432564201412012113753
Binary1000110011010101110100010011000011000010100011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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