#97CA32

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

Shades of Yellow Green #97CA32

Tints of Yellow Green #97CA32

Color information

#97CA32 (or 0x97CA32) is unknown color: approx Yellow Green. HEX triplet: 97, CA and 32. RGB value is (151,202,50). Sum of RGB (Red+Green+Blue) = 151+202+50=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CA32 is #6835CD. Grayscale: #A9A9A9. Windows color (decimal): -6829518 or 3328663. OLE color: 3328663.

HSL color Cylindrical-coordinate representation of color #97CA32: hue angle of 80.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97CA32 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB15120250-
CMYK0.2500.750.21
HSL80.13º60.32%49.41%-
HSV(B)80.13º75.25%79.22%-
XYZ34.4649.0510.67-
YUV169.4260.6114.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.47%
GREEN value IS 202 (79.30% from 255) = 50.12%
BLUE value IS 50 (19.92% from 255) = 12.41%
R=37.47%
G=50.12%
B=12.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151202500.2500.750.2180.1360.3249.41
Hex97CA321904B15503c31
Octal22731262310113251207461
Binary10010111110010101100101100101001011101011010000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,202,50); }

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

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

 a { background-color: rgb(151,202,50); }

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

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

 span { border-color: rgb(151,202,50); }

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