#8CC708

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

Shades of Citrus #8CC708

Tints of Citrus #8CC708

Color information

#8CC708 (or 0x8CC708) is unknown color: approx Citrus. HEX triplet: 8C, C7 and 08. RGB value is (140,199,8). Sum of RGB (Red+Green+Blue) = 140+199+8=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC708 is #7338F7. Grayscale: #A0A0A0. Windows color (decimal): -7551224 or 575372. OLE color: 575372.

HSL color Cylindrical-coordinate representation of color #8CC708: hue angle of 78.53º 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 #8CC708 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1401998-
CMYK0.3000.960.22
HSL78.53º92.27%40.59%-
HSV(B)78.53º95.98%78.04%-
XYZ31.2846.447.54-
YUV159.5842.45114.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 199 (78.12% from 255) = 57.35%
BLUE value IS 8 (3.52% from 255) = 2.31%
R=40.35%
G=57.35%
B=2.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal14019980.3000.960.2278.5392.2740.59
Hex8CC781E060164f5c29
Octal214307103601402611713451
Binary1000110011000111100011110011000001011010011111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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