#97C231

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

Shades of Yellow Green #97C231

Tints of Yellow Green #97C231

Color information

#97C231 (or 0x97C231) is unknown color: approx Yellow Green. HEX triplet: 97, C2 and 31. RGB value is (151,194,49). Sum of RGB (Red+Green+Blue) = 151+194+49=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #97C231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C231 is #683DCE. Grayscale: #A5A5A5. Windows color (decimal): -6831567 or 3261079. OLE color: 3261079.

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

Color convert

RGB15119449-
CMYK0.2200.750.24
HSL77.79º59.67%47.65%-
HSV(B)77.79º74.74%76.08%-
XYZ32.6145.389.95-
YUV164.6162.75118.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 194 (76.17% from 255) = 49.24%
BLUE value IS 49 (19.53% from 255) = 12.44%
R=38.32%
G=49.24%
B=12.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151194490.2200.750.2477.7959.6747.65
Hex97C2311604B184e3c30
Octal22730261260113301167460
Binary10010111110000101100011011001001011110001001110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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