Html Css Color HEX #97D316 Yellow Green

📋 copy color: '#97D316'

red 151 ◦ green 211 ◦ blue 22

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

Shades of Yellow Green #97D316

Tints of Yellow Green #97D316

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.95%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 39.32%
G = 54.95%
B = 5.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#97D316 (or 0x97D316) is known color: Yellow Green. HEX triplet: 97, D3 and 16. RGB value is (151,211,22). Sum of RGB (Red+Green+Blue) = 151+211+22=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 211 (82.81% from 255 or 54.95% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 211 - color contains mainly: green. Hex color #97D316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D316 is #682CE9. Grayscale: #ACACAC. Windows color (decimal): -6827242 or 1495959. OLE color: 1495959.

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

Color convert

RGB 151 211 22 -
CMYK 0.28 0 0.90 0.17
HSL 79.05º 0.81% 0.46% -
HSV(B) 79.05º 0.9% 0.83% -
XYZ 36.2 53.23 9.12 -
YUV 171.51 43.62 113.37 -
System Red Green Blue C M Y K H S L
Decimal 151 211 22 0.28 0 0.90 0.17 79.05 0.81 0.46
Hex 97 D3 16 1C 0 5A 11 4F 51 2E
Octal 227 323 26 34 0 132 21 117 121 56
Binary 10010111 11010011 10110 11100 0 1011010 10001 1001111 1010001 101110

Color Harmonies of #97D316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D316

Black with #97D316

Text Example


Text Example

White with #97D316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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