#8FCF07

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

Shades of Citrus #8FCF07

Tints of Citrus #8FCF07

Color information

#8FCF07 (or 0x8FCF07) is unknown color: approx Citrus. HEX triplet: 8F, CF and 07. RGB value is (143,207,7). Sum of RGB (Red+Green+Blue) = 143+207+7=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 207 (81.25% from 255 or 57.98% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCF07 is #7030F8. Grayscale: #A5A5A5. Windows color (decimal): -7352569 or 511887. OLE color: 511887.

HSL color Cylindrical-coordinate representation of color #8FCF07: hue angle of 79.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FCF07 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB1432077-
CMYK0.3100.970.19
HSL79.2º93.46%41.96%-
HSV(B)79.2º96.62%81.18%-
XYZ33.6850.488.17-
YUV165.0638.8112.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 207 (81.25% from 255) = 57.98%
BLUE value IS 7 (3.12% from 255) = 1.96%
R=40.06%
G=57.98%
B=1.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal14320770.3100.970.1979.293.4641.96
Hex8FCF71F061134f5d2a
Octal21731773701412311713552
Binary100011111100111111111111011000011001110011111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCF07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,207,7); }

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

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

 a { background-color: rgb(143,207,7); }

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

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

 span { border-color: rgb(143,207,7); }

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