#97D324

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

Shades of Yellow Green #97D324

Tints of Yellow Green #97D324

Color information

#97D324 (or 0x97D324) is unknown color: approx Yellow Green. HEX triplet: 97, D3 and 24. RGB value is (151,211,36). Sum of RGB (Red+Green+Blue) = 151+211+36=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #97D324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D324 is #682CDB. Grayscale: #ADADAD. Windows color (decimal): -6827228 or 2413463. OLE color: 2413463.

HSL color Cylindrical-coordinate representation of color #97D324: hue angle of 80.57º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #97D324 is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB15121136-
CMYK0.2800.830.17
HSL80.57º70.85%48.43%-
HSV(B)80.57º82.94%82.75%-
XYZ36.3853.310.04-
YUV173.1150.62112.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 211 (82.81% from 255) = 53.02%
BLUE value IS 36 (14.45% from 255) = 9.05%
R=37.94%
G=53.02%
B=9.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal151211360.2800.830.1780.5770.8548.43
Hex97D3241C05311514730
Octal227323443401232112110760
Binary100101111101001110010011100010100111000110100011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,211,36); }

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

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

 a { background-color: rgb(151,211,36); }

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

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

 span { border-color: rgb(151,211,36); }

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