#8FBE02

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

Shades of Citrus #8FBE02

Tints of Citrus #8FBE02

Color information

#8FBE02 (or 0x8FBE02) is unknown color: approx Citrus. HEX triplet: 8F, BE and 02. RGB value is (143,190,2). Sum of RGB (Red+Green+Blue) = 143+190+2=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBE02 is #7041FD. Grayscale: #9B9B9B. Windows color (decimal): -7356926 or 179855. OLE color: 179855.

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

Color convert

RGB1431902-
CMYK0.2500.990.25
HSL75º97.92%37.65%-
HSV(B)75º98.95%74.51%-
XYZ29.7542.676.73-
YUV154.5141.93119.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.69%
GREEN value IS 190 (74.61% from 255) = 56.72%
BLUE value IS 2 (1.17% from 255) = 0.60%
R=42.69%
G=56.72%
B=0.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14319020.2500.990.257597.9237.65
Hex8FBE219063194b6226
Octal21727623101433111314246
Binary10001111101111101011001011000111100110010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,190,2); }

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

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

 a { background-color: rgb(143,190,2); }

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

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

 span { border-color: rgb(143,190,2); }

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