Html Css Color HEX #97D531 Yellow Green

📋 copy color: '#97D531'

red 151 ◦ green 213 ◦ blue 49

#97D531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Green #97D531

Tints of Yellow Green #97D531

RGB

 RED value IS 151 (59.38% from 255) = 36.56%

 GREEN value IS 213 (83.59% from 255) = 51.57%

 BLUE value IS 49 (19.53% from 255) = 11.86%

R = 36.56%
G = 51.57%
B = 11.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#97D531 (or 0x97D531) is known color: Yellow Green. HEX triplet: 97, D5 and 31. RGB value is (151,213,49). Sum of RGB (Red+Green+Blue) = 151+213+49=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #97D531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D531 is #682ACE. Grayscale: #B0B0B0. Windows color (decimal): -6826703 or 3265943. OLE color: 3265943.

HSL color Cylindrical-coordinate representation of color #97D531: hue angle of 82.68º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97D531 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 213 49 -
CMYK 0.29 0 0.77 0.16
HSL 82.68º 0.66% 0.51% -
HSV(B) 82.68º 0.77% 0.84% -
XYZ 37.11 54.39 11.45 -
YUV 175.77 56.46 110.34 -
System Red Green Blue C M Y K H S L
Decimal 151 213 49 0.29 0 0.77 0.16 82.68 0.66 0.51
Hex 97 D5 31 1D 0 4D 10 53 42 33
Octal 227 325 61 35 0 115 20 123 102 63
Binary 10010111 11010101 110001 11101 0 1001101 10000 1010011 1000010 110011

Color Harmonies of #97D531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D531

Black with #97D531

Text Example


Text Example

White with #97D531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97D531;
 }
 .AnyTagClassName
 {
   color: #97D531;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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