#8FCB00

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

Shades of Citrus #8FCB00

Tints of Citrus #8FCB00

Color information

#8FCB00 (or 0x8FCB00) is unknown color: approx Citrus. HEX triplet: 8F, CB and 00. RGB value is (143,203,0). Sum of RGB (Red+Green+Blue) = 143+203+0=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCB00 is #7034FF. Grayscale: #A2A2A2. Windows color (decimal): -7353600 or 52111. OLE color: 52111.

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

Color convert

RGB1432030-
CMYK0.30010.20
HSL77.73º100%39.8%-
HSV(B)77.73º100%79.61%-
XYZ32.6848.557.65-
YUV161.9236.62114.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.33%
GREEN value IS 203 (79.69% from 255) = 58.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.33%
G=58.67%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal14320300.30010.2077.7310039.8
Hex8FCB01E064144e6428
Octal21731303601442411614450
Binary1000111111001011011110011001001010010011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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