Html Css Color HEX #97C028 Yellow Green

📋 copy color: '#97C028'

red 151 ◦ green 192 ◦ blue 40

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

Shades of Yellow Green #97C028

Tints of Yellow Green #97C028

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.13%

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

R = 39.43%
G = 50.13%
B = 10.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#97C028 (or 0x97C028) is known color: Yellow Green. HEX triplet: 97, C0 and 28. RGB value is (151,192,40). Sum of RGB (Red+Green+Blue) = 151+192+40=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #97C028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C028 is #683FD7. Grayscale: #A2A2A2. Windows color (decimal): -6832088 or 2670743. OLE color: 2670743.

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

Color convert

RGB 151 192 40 -
CMYK 0.21 0 0.79 0.25
HSL 76.18º 0.66% 0.45% -
HSV(B) 76.18º 0.79% 0.75% -
XYZ 32 44.43 8.9 -
YUV 162.41 58.92 119.86 -
System Red Green Blue C M Y K H S L
Decimal 151 192 40 0.21 0 0.79 0.25 76.18 0.66 0.45
Hex 97 C0 28 15 0 4F 19 4C 42 2D
Octal 227 300 50 25 0 117 31 114 102 55
Binary 10010111 11000000 101000 10101 0 1001111 11001 1001100 1000010 101101

Color Harmonies of #97C028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C028

Black with #97C028

Text Example


Text Example

White with #97C028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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