Html Css Color HEX #97E202 Spring Bud

📋 copy color: '#97E202'

red 151 ◦ green 226 ◦ blue 2

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

Shades of Spring Bud #97E202

Tints of Spring Bud #97E202

RGB

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

 GREEN value IS 226 (88.67% from 255) = 59.63%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 39.84%
G = 59.63%
B = 0.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#97E202 (or 0x97E202) is known color: Spring Bud. HEX triplet: 97, E2 and 02. RGB value is (151,226,2). Sum of RGB (Red+Green+Blue) = 151+226+2=379 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.84% from 379); Green value is 226 (88.67% from 255 or 59.63% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 226 - color contains mainly: green. Hex color #97E202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97E202 is #681DFD. Grayscale: #B2B2B2. Windows color (decimal): -6823422 or 189079. OLE color: 189079.

HSL color Cylindrical-coordinate representation of color #97E202: hue angle of 80.09º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97E202 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 151 226 2 -
CMYK 0.33 0 0.99 0.11
HSL 80.09º 0.98% 0.45% -
HSV(B) 80.09º 0.99% 0.89% -
XYZ 39.97 60.98 9.72 -
YUV 178.04 28.65 108.71 -
System Red Green Blue C M Y K H S L
Decimal 151 226 2 0.33 0 0.99 0.11 80.09 0.98 0.45
Hex 97 E2 2 21 0 63 B 50 62 2D
Octal 227 342 2 41 0 143 13 120 142 55
Binary 10010111 11100010 10 100001 0 1100011 1011 1010000 1100010 101101

Color Harmonies of #97E202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E202

Black with #97E202

Text Example


Text Example

White with #97E202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,226,2); }

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

background-color css

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

 a { background-color: rgb(151,226,2); }

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

border-color css

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

 span { border-color: rgb(151,226,2); }

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