#8FD004

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

Shades of Citrus #8FD004

Tints of Citrus #8FD004

Color information

#8FD004 (or 0x8FD004) is unknown color: approx Citrus. HEX triplet: 8F, D0 and 04. RGB value is (143,208,4). Sum of RGB (Red+Green+Blue) = 143+208+4=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD004 is #702FFB. Grayscale: #A6A6A6. Windows color (decimal): -7352316 or 315535. OLE color: 315535.

HSL color Cylindrical-coordinate representation of color #8FD004: hue angle of 79.12º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8FD004 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB1432084-
CMYK0.3100.980.18
HSL79.12º96.23%41.57%-
HSV(B)79.12º98.08%81.57%-
XYZ33.9150.968.16-
YUV165.3136.97112.09-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.28%
GREEN value IS 208 (81.64% from 255) = 58.59%
BLUE value IS 4 (1.95% from 255) = 1.13%
R=40.28%
G=58.59%
B=1.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal14320840.3100.980.1879.1296.2341.57
Hex8FD041F062124f602a
Octal21732043701422211714052
Binary100011111101000010011111011000101001010011111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,208,4); }

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

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

 a { background-color: rgb(143,208,4); }

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

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

 span { border-color: rgb(143,208,4); }

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