#96C603

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

Shades of Citrus #96C603

Tints of Citrus #96C603

Color information

#96C603 (or 0x96C603) is unknown color: approx Citrus. HEX triplet: 96, C6 and 03. RGB value is (150,198,3). Sum of RGB (Red+Green+Blue) = 150+198+3=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 198 (77.73% from 255 or 56.41% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 198 - color contains mainly: green. Hex color #96C603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C603 is #6939FC. Grayscale: #A2A2A2. Windows color (decimal): -6896125 or 247446. OLE color: 247446.

HSL color Cylindrical-coordinate representation of color #96C603: hue angle of 74.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96C603 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB1501983-
CMYK0.2400.980.22
HSL74.77º97.01%39.41%-
HSV(B)74.77º98.48%77.65%-
XYZ32.7946.887.41-
YUV161.4238.6119.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 198 (77.73% from 255) = 56.41%
BLUE value IS 3 (1.56% from 255) = 0.85%
R=42.74%
G=56.41%
B=0.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15019830.2400.980.2274.7797.0139.41
Hex96C6318062164b6127
Octal22630633001422611314147
Binary10010110110001101111000011000101011010010111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,198,3); }

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

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

 a { background-color: rgb(150,198,3); }

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

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

 span { border-color: rgb(150,198,3); }

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