Html Css Color HEX #97D525 Yellow Green

📋 copy color: '#97D525'

red 151 ◦ green 213 ◦ blue 37

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

Shades of Yellow Green #97D525

Tints of Yellow Green #97D525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.23%

R = 37.66%
G = 53.12%
B = 9.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#97D525 (or 0x97D525) is known color: Yellow Green. HEX triplet: 97, D5 and 25. RGB value is (151,213,37). Sum of RGB (Red+Green+Blue) = 151+213+37=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 213 (83.59% from 255 or 53.12% from 401); Blue value is 37 (14.84% from 255 or 9.23% from 401); Max value from RGB is 213 - color contains mainly: green. Hex color #97D525 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D525 is #682ADA. Grayscale: #AFAFAF. Windows color (decimal): -6826715 or 2479511. OLE color: 2479511.

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

Color convert

RGB 151 213 37 -
CMYK 0.29 0 0.83 0.16
HSL 81.14º 0.7% 0.49% -
HSV(B) 81.14º 0.83% 0.84% -
XYZ 36.89 54.3 10.29 -
YUV 174.4 50.46 111.31 -
System Red Green Blue C M Y K H S L
Decimal 151 213 37 0.29 0 0.83 0.16 81.14 0.7 0.49
Hex 97 D5 25 1D 0 53 10 51 46 31
Octal 227 325 45 35 0 123 20 121 106 61
Binary 10010111 11010101 100101 11101 0 1010011 10000 1010001 1000110 110001

Color Harmonies of #97D525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D525

Black with #97D525

Text Example


Text Example

White with #97D525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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