Html Css Color HEX #97CA20 Yellow Green

📋 copy color: '#97CA20'

red 151 ◦ green 202 ◦ blue 32

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

Shades of Yellow Green #97CA20

Tints of Yellow Green #97CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.47%

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 39.22%
G = 52.47%
B = 8.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#97CA20 (or 0x97CA20) is known color: Yellow Green. HEX triplet: 97, CA and 20. RGB value is (151,202,32). Sum of RGB (Red+Green+Blue) = 151+202+32=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CA20 is #6835DF. Grayscale: #A8A8A8. Windows color (decimal): -6829536 or 2149015. OLE color: 2149015.

HSL color Cylindrical-coordinate representation of color #97CA20: hue angle of 78º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #97CA20 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 202 32 -
CMYK 0.25 0 0.84 0.21
HSL 78º 0.73% 0.46% -
HSV(B) 78º 0.84% 0.79% -
XYZ 34.14 48.92 9.01 -
YUV 167.37 51.6 116.32 -
System Red Green Blue C M Y K H S L
Decimal 151 202 32 0.25 0 0.84 0.21 78 0.73 0.46
Hex 97 CA 20 19 0 54 15 4E 49 2E
Octal 227 312 40 31 0 124 25 116 111 56
Binary 10010111 11001010 100000 11001 0 1010100 10101 1001110 1001001 101110

Color Harmonies of #97CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CA20

Black with #97CA20

Text Example


Text Example

White with #97CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,202,32); }

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

background-color css

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

 a { background-color: rgb(151,202,32); }

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

border-color css

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

 span { border-color: rgb(151,202,32); }

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