#8FBD04

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

Shades of Citrus #8FBD04

Tints of Citrus #8FBD04

Color information

#8FBD04 (or 0x8FBD04) is unknown color: approx Citrus. HEX triplet: 8F, BD and 04. RGB value is (143,189,4). Sum of RGB (Red+Green+Blue) = 143+189+4=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBD04 is #7042FB. Grayscale: #9A9A9A. Windows color (decimal): -7357180 or 310671. OLE color: 310671.

HSL color Cylindrical-coordinate representation of color #8FBD04: hue angle of 74.92º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8FBD04 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB1431894-
CMYK0.2400.980.26
HSL74.92º95.85%37.84%-
HSV(B)74.92º97.88%74.12%-
XYZ29.5542.246.71-
YUV154.1643.26120.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.56%
GREEN value IS 189 (74.22% from 255) = 56.25%
BLUE value IS 4 (1.95% from 255) = 1.19%
R=42.56%
G=56.25%
B=1.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14318940.2400.980.2674.9295.8537.84
Hex8FBD4180621A4b6026
Octal21727543001423211314046
Binary100011111011110110011000011000101101010010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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