#8CCF00

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

Shades of Citrus #8CCF00

Tints of Citrus #8CCF00

Color information

#8CCF00 (or 0x8CCF00) is unknown color: approx Citrus. HEX triplet: 8C, CF and 00. RGB value is (140,207,0). Sum of RGB (Red+Green+Blue) = 140+207+0=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCF00 is #7330FF. Grayscale: #A4A4A4. Windows color (decimal): -7549184 or 53132. OLE color: 53132.

HSL color Cylindrical-coordinate representation of color #8CCF00: hue angle of 79.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CCF00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB1402070-
CMYK0.32010.19
HSL79.42º100%40.59%-
HSV(B)79.42º100%81.18%-
XYZ33.1350.27.94-
YUV163.3735.8111.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 207 (81.25% from 255) = 59.65%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.35%
G=59.65%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal14020700.32010.1979.4210040.59
Hex8CCF020064134f6429
Octal21431704001442311714451
Binary10001100110011110100000011001001001110011111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,207,0); }

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

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

 a { background-color: rgb(140,207,0); }

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

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

 span { border-color: rgb(140,207,0); }

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