#8FBF04

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

Shades of Citrus #8FBF04

Tints of Citrus #8FBF04

Color information

#8FBF04 (or 0x8FBF04) is unknown color: approx Citrus. HEX triplet: 8F, BF and 04. RGB value is (143,191,4). Sum of RGB (Red+Green+Blue) = 143+191+4=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBF04 is #7040FB. Grayscale: #9C9C9C. Windows color (decimal): -7356668 or 311183. OLE color: 311183.

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

Color convert

RGB1431914-
CMYK0.2500.980.25
HSL75.4º95.9%38.24%-
HSV(B)75.4º97.91%74.9%-
XYZ29.9843.116.86-
YUV155.3342.6119.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.31%
GREEN value IS 191 (75% from 255) = 56.51%
BLUE value IS 4 (1.95% from 255) = 1.18%
R=42.31%
G=56.51%
B=1.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14319140.2500.980.2575.495.938.24
Hex8FBF419062194b6026
Octal21727743101423111314046
Binary100011111011111110011001011000101100110010111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBF04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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