Html Css Color HEX #97D228 Yellow Green

📋 copy color: '#97D228'

red 151 ◦ green 210 ◦ blue 40

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

Shades of Yellow Green #97D228

Tints of Yellow Green #97D228

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.37%

 BLUE value IS 40 (16.02% from 255) = 9.98%

R = 37.66%
G = 52.37%
B = 9.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#97D228 (or 0x97D228) is known color: Yellow Green. HEX triplet: 97, D2 and 28. RGB value is (151,210,40). Sum of RGB (Red+Green+Blue) = 151+210+40=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 40 (16.02% from 255 or 9.98% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #97D228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D228 is #682DD7. Grayscale: #ADADAD. Windows color (decimal): -6827480 or 2675351. OLE color: 2675351.

HSL color Cylindrical-coordinate representation of color #97D228: hue angle of 80.82º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97D228 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 210 40 -
CMYK 0.28 0 0.81 0.18
HSL 80.82º 0.68% 0.49% -
HSV(B) 80.82º 0.81% 0.82% -
XYZ 36.19 52.83 10.3 -
YUV 172.98 52.95 112.32 -
System Red Green Blue C M Y K H S L
Decimal 151 210 40 0.28 0 0.81 0.18 80.82 0.68 0.49
Hex 97 D2 28 1C 0 51 12 51 44 31
Octal 227 322 50 34 0 121 22 121 104 61
Binary 10010111 11010010 101000 11100 0 1010001 10010 1010001 1000100 110001

Color Harmonies of #97D228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D228

Black with #97D228

Text Example


Text Example

White with #97D228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,210,40); }

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

background-color css

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

 a { background-color: rgb(151,210,40); }

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

border-color css

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

 span { border-color: rgb(151,210,40); }

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