Html Css Color HEX #97D527 Yellow Green

📋 copy color: '#97D527'

red 151 ◦ green 213 ◦ blue 39

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

Shades of Yellow Green #97D527

Tints of Yellow Green #97D527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.68%

R = 37.47%
G = 52.85%
B = 9.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#97D527 (or 0x97D527) is known color: Yellow Green. HEX triplet: 97, D5 and 27. RGB value is (151,213,39). Sum of RGB (Red+Green+Blue) = 151+213+39=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #97D527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D527 is #682AD8. Grayscale: #AFAFAF. Windows color (decimal): -6826713 or 2610583. OLE color: 2610583.

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

Color convert

RGB 151 213 39 -
CMYK 0.29 0 0.82 0.16
HSL 81.38º 0.69% 0.49% -
HSV(B) 81.38º 0.82% 0.84% -
XYZ 36.92 54.31 10.46 -
YUV 174.63 51.46 111.15 -
System Red Green Blue C M Y K H S L
Decimal 151 213 39 0.29 0 0.82 0.16 81.38 0.69 0.49
Hex 97 D5 27 1D 0 52 10 51 45 31
Octal 227 325 47 35 0 122 20 121 105 61
Binary 10010111 11010101 100111 11101 0 1010010 10000 1010001 1000101 110001

Color Harmonies of #97D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D527

Black with #97D527

Text Example


Text Example

White with #97D527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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