#8FB805

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

Shades of Citrus #8FB805

Tints of Citrus #8FB805

Color information

#8FB805 (or 0x8FB805) is unknown color: approx Citrus. HEX triplet: 8F, B8 and 05. RGB value is (143,184,5). Sum of RGB (Red+Green+Blue) = 143+184+5=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB805 is #7047FA. Grayscale: #989898. Windows color (decimal): -7358459 or 374927. OLE color: 374927.

HSL color Cylindrical-coordinate representation of color #8FB805: hue angle of 73.74º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FB805 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1431845-
CMYK0.2200.970.28
HSL73.74º94.71%37.06%-
HSV(B)73.74º97.28%72.16%-
XYZ28.540.136.39-
YUV151.3345.42122.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.07%
GREEN value IS 184 (72.27% from 255) = 55.42%
BLUE value IS 5 (2.34% from 255) = 1.51%
R=43.07%
G=55.42%
B=1.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal14318450.2200.970.2873.7494.7137.06
Hex8FB85160611C4a5f25
Octal21727052601413411213745
Binary100011111011100010110110011000011110010010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,184,5); }

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

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

 a { background-color: rgb(143,184,5); }

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

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

 span { border-color: rgb(143,184,5); }

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