#8DC708

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

Shades of Citrus #8DC708

Tints of Citrus #8DC708

Color information

#8DC708 (or 0x8DC708) is unknown color: approx Citrus. HEX triplet: 8D, C7 and 08. RGB value is (141,199,8). Sum of RGB (Red+Green+Blue) = 141+199+8=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 199 (78.12% from 255 or 57.18% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 199 - color contains mainly: green. Hex color #8DC708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC708 is #7238F7. Grayscale: #A0A0A0. Windows color (decimal): -7485688 or 575373. OLE color: 575373.

HSL color Cylindrical-coordinate representation of color #8DC708: hue angle of 78.22º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DC708 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1411998-
CMYK0.2900.960.22
HSL78.22º92.27%40.59%-
HSV(B)78.22º95.98%78.04%-
XYZ31.4546.537.55-
YUV159.8842.28114.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 199 (78.12% from 255) = 57.18%
BLUE value IS 8 (3.52% from 255) = 2.30%
R=40.52%
G=57.18%
B=2.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14119980.2900.960.2278.2292.2740.59
Hex8DC781D060164e5c29
Octal215307103501402611613451
Binary1000110111000111100011101011000001011010011101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,199,8); }

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

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

 a { background-color: rgb(141,199,8); }

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

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

 span { border-color: rgb(141,199,8); }

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