#97CC20

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

Shades of Yellow Green #97CC20

Tints of Yellow Green #97CC20

Color information

#97CC20 (or 0x97CC20) is unknown color: approx Yellow Green. HEX triplet: 97, CC and 20. RGB value is (151,204,32). Sum of RGB (Red+Green+Blue) = 151+204+32=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CC20 is #6833DF. Grayscale: #A9A9A9. Windows color (decimal): -6829024 or 2149527. OLE color: 2149527.

HSL color Cylindrical-coordinate representation of color #97CC20: hue angle of 78.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #97CC20 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB15120432-
CMYK0.2600.840.2
HSL78.49º72.88%46.27%-
HSV(B)78.49º84.31%80%-
XYZ34.6249.879.17-
YUV168.5450.94115.49-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.02%
GREEN value IS 204 (80.08% from 255) = 52.71%
BLUE value IS 32 (12.89% from 255) = 8.27%
R=39.02%
G=52.71%
B=8.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151204320.2600.840.278.4972.8846.27
Hex97CC201A054144e492e
Octal227314403201242411611156
Binary100101111100110010000011010010101001010010011101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,204,32); }

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

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

 a { background-color: rgb(151,204,32); }

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

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

 span { border-color: rgb(151,204,32); }

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