#97C606

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

Shades of Citrus #97C606

Tints of Citrus #97C606

Color information

#97C606 (or 0x97C606) is unknown color: approx Citrus. HEX triplet: 97, C6 and 06. RGB value is (151,198,6). Sum of RGB (Red+Green+Blue) = 151+198+6=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #97C606 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C606 is #6839F9. Grayscale: #A2A2A2. Windows color (decimal): -6830586 or 444055. OLE color: 444055.

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

Color convert

RGB1511986-
CMYK0.2400.970.22
HSL74.69º94.12%40%-
HSV(B)74.69º96.97%77.65%-
XYZ32.9946.987.5-
YUV162.0639.93120.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.54%
GREEN value IS 198 (77.73% from 255) = 55.77%
BLUE value IS 6 (2.73% from 255) = 1.69%
R=42.54%
G=55.77%
B=1.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15119860.2400.970.2274.6994.1240
Hex97C6618061164b5e28
Octal22730663001412611313650
Binary100101111100011011011000011000011011010010111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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