#96c411

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

Shades of Citrus #96C411

Tints of Citrus #96C411

Color information

#96C411 (or 0x96C411) is unknown color: approx Citrus. HEX triplet: 96, C4 and 11. RGB value is (150,196,17). Sum of RGB (Red+Green+Blue) = 150+196+17=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 17 (7.03% from 255 or 4.68% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #96C411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C411 is #693BEE. Grayscale: #A2A2A2. Windows color (decimal): -6896623 or 1164438. OLE color: 1164438.

HSL color Cylindrical-coordinate representation of color #96C411: hue angle of 75.42º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96C411 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB15019617-
CMYK0.2300.910.23
HSL75.42º84.04%41.76%-
HSV(B)75.42º91.33%76.86%-
XYZ32.42467.7-
YUV161.8446.26119.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 196 (76.95% from 255) = 53.99%
BLUE value IS 17 (7.03% from 255) = 4.68%
R=41.32%
G=53.99%
B=4.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150196170.2300.910.2375.4284.0441.76
Hex96C4111705B174b542a
Octal226304212701332711312452
Binary10010110110001001000110111010110111011110010111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96c411; }

 p { color: rgb(150,196,17); }

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

<style>
 a { background-color: #96c411; }

 a { background-color: rgb(150,196,17); }

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

<style>
 span { border-color: #96c411; }

 span { border-color: rgb(150,196,17); }

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