#8FCA05

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

Shades of Citrus #8FCA05

Tints of Citrus #8FCA05

Color information

#8FCA05 (or 0x8FCA05) is unknown color: approx Citrus. HEX triplet: 8F, CA and 05. RGB value is (143,202,5). Sum of RGB (Red+Green+Blue) = 143+202+5=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FCA05 is #7035FA. Grayscale: #A2A2A2. Windows color (decimal): -7353851 or 379535. OLE color: 379535.

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

Color convert

RGB1432025-
CMYK0.2900.980.21
HSL77.97º95.17%40.59%-
HSV(B)77.97º97.52%79.22%-
XYZ32.4848.097.71-
YUV161.939.45114.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 202 (79.30% from 255) = 57.71%
BLUE value IS 5 (2.34% from 255) = 1.43%
R=40.86%
G=57.71%
B=1.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal14320250.2900.980.2177.9795.1740.59
Hex8FCA51D062154e5f29
Octal21731253501422511613751
Binary100011111100101010111101011000101010110011101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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