#8FCC00

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

Shades of Citrus #8FCC00

Tints of Citrus #8FCC00

Color information

#8FCC00 (or 0x8FCC00) is unknown color: approx Citrus. HEX triplet: 8F, CC and 00. RGB value is (143,204,0). Sum of RGB (Red+Green+Blue) = 143+204+0=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 204 (80.08% from 255 or 58.79% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCC00 is #7033FF. Grayscale: #A3A3A3. Windows color (decimal): -7353344 or 52367. OLE color: 52367.

HSL color Cylindrical-coordinate representation of color #8FCC00: hue angle of 77.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8FCC00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB1432040-
CMYK0.30010.2
HSL77.94º100%40%-
HSV(B)77.94º100%80%-
XYZ32.9249.037.73-
YUV162.536.29114.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.21%
GREEN value IS 204 (80.08% from 255) = 58.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.21%
G=58.79%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal14320400.30010.277.9410040
Hex8FCC01E064144e6428
Octal21731403601442411614450
Binary1000111111001100011110011001001010010011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,204,0); }

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

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

 a { background-color: rgb(143,204,0); }

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

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

 span { border-color: rgb(143,204,0); }

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