#8FC402

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

Shades of Citrus #8FC402

Tints of Citrus #8FC402

Color information

#8FC402 (or 0x8FC402) is unknown color: approx Citrus. HEX triplet: 8F, C4 and 02. RGB value is (143,196,2). Sum of RGB (Red+Green+Blue) = 143+196+2=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 196 (76.95% from 255 or 57.48% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC402 is #703BFD. Grayscale: #9E9E9E. Windows color (decimal): -7355390 or 181391. OLE color: 181391.

HSL color Cylindrical-coordinate representation of color #8FC402: hue angle of 76.39º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8FC402 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB1431962-
CMYK0.2700.990.23
HSL76.39º97.98%38.82%-
HSV(B)76.39º98.98%76.86%-
XYZ31.0845.327.17-
YUV158.0439.94117.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.94%
GREEN value IS 196 (76.95% from 255) = 57.48%
BLUE value IS 2 (1.17% from 255) = 0.59%
R=41.94%
G=57.48%
B=0.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal14319620.2700.990.2376.3997.9838.82
Hex8FC421B063174c6227
Octal21730423301432711414247
Binary10001111110001001011011011000111011110011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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