#97C604

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

Shades of Citrus #97C604

Tints of Citrus #97C604

Color information

#97C604 (or 0x97C604) is unknown color: approx Citrus. HEX triplet: 97, C6 and 04. RGB value is (151,198,4). Sum of RGB (Red+Green+Blue) = 151+198+4=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #97C604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C604 is #6839FB. Grayscale: #A2A2A2. Windows color (decimal): -6830588 or 312983. OLE color: 312983.

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

Color convert

RGB1511984-
CMYK0.2400.980.22
HSL74.54º96.04%39.61%-
HSV(B)74.54º97.98%77.65%-
XYZ32.9846.987.44-
YUV161.8338.93120.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 198 (77.73% from 255) = 56.09%
BLUE value IS 4 (1.95% from 255) = 1.13%
R=42.78%
G=56.09%
B=1.13%

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
Decimal15119840.2400.980.2274.5496.0439.61
Hex97C6418062164b6028
Octal22730643001422611314050
Binary100101111100011010011000011000101011010010111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97C604; }

 p { color: rgb(151,198,4); }

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

<style>
 a { background-color: #97C604; }

 a { background-color: rgb(151,198,4); }

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

<style>
 span { border-color: #97C604; }

 span { border-color: rgb(151,198,4); }

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