#8FCA03

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

Shades of Citrus #8FCA03

Tints of Citrus #8FCA03

Color information

#8FCA03 (or 0x8FCA03) is unknown color: approx Citrus. HEX triplet: 8F, CA and 03. RGB value is (143,202,3). Sum of RGB (Red+Green+Blue) = 143+202+3=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCA03 is #7035FC. Grayscale: #A2A2A2. Windows color (decimal): -7353853 or 248463. OLE color: 248463.

HSL color Cylindrical-coordinate representation of color #8FCA03: hue angle of 77.79º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FCA03 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB1432023-
CMYK0.2900.990.21
HSL77.79º97.07%40.2%-
HSV(B)77.79º98.51%79.22%-
XYZ32.4648.097.66-
YUV161.6738.45114.68-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.09%
GREEN value IS 202 (79.30% from 255) = 58.05%
BLUE value IS 3 (1.56% from 255) = 0.86%
R=41.09%
G=58.05%
B=0.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14320230.2900.990.2177.7997.0740.2
Hex8FCA31D063154e6128
Octal21731233501432511614150
Binary10001111110010101111101011000111010110011101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,3); }

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

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

 a { background-color: rgb(143,202,3); }

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

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

 span { border-color: rgb(143,202,3); }

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