#8FB304

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

Shades of Citrus #8FB304

Tints of Citrus #8FB304

Color information

#8FB304 (or 0x8FB304) is unknown color: approx Citrus. HEX triplet: 8F, B3 and 04. RGB value is (143,179,4). Sum of RGB (Red+Green+Blue) = 143+179+4=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB304 is #704CFB. Grayscale: #949494. Windows color (decimal): -7359740 or 308111. OLE color: 308111.

HSL color Cylindrical-coordinate representation of color #8FB304: hue angle of 72.34º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8FB304 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB1431794-
CMYK0.2000.980.30
HSL72.34º95.63%35.88%-
HSV(B)72.34º97.77%70.2%-
XYZ27.4738.096.02-
YUV148.2946.57124.23-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.87%
GREEN value IS 179 (70.31% from 255) = 54.91%
BLUE value IS 4 (1.95% from 255) = 1.23%
R=43.87%
G=54.91%
B=1.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal14317940.2000.980.3072.3495.6335.88
Hex8FB34140621E486024
Octal21726342401423611014044
Binary100011111011001110010100011000101111010010001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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