#97C210

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

Shades of Citrus #97C210

Tints of Citrus #97C210

Color information

#97C210 (or 0x97C210) is unknown color: approx Citrus. HEX triplet: 97, C2 and 10. RGB value is (151,194,16). Sum of RGB (Red+Green+Blue) = 151+194+16=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #97C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97C210 is #683DEF. Grayscale: #A1A1A1. Windows color (decimal): -6831600 or 1098391. OLE color: 1098391.

HSL color Cylindrical-coordinate representation of color #97C210: hue angle of 74.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97C210 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB15119416-
CMYK0.2200.920.24
HSL74.49º84.76%41.18%-
HSV(B)74.49º91.75%76.08%-
XYZ32.1545.27.52-
YUV160.8546.25120.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.83%
GREEN value IS 194 (76.17% from 255) = 53.74%
BLUE value IS 16 (6.64% from 255) = 4.43%
R=41.83%
G=53.74%
B=4.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151194160.2200.920.2474.4984.7641.18
Hex97C2101605C184a5529
Octal227302202601343011212551
Binary10010111110000101000010110010111001100010010101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,194,16); }

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

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

 a { background-color: rgb(151,194,16); }

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

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

 span { border-color: rgb(151,194,16); }

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