Html Css Color HEX #97E303 Spring Bud

📋 copy color: '#97E303'

red 151 ◦ green 227 ◦ blue 3

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

Shades of Spring Bud #97E303

Tints of Spring Bud #97E303

RGB

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

 GREEN value IS 227 (89.06% from 255) = 59.58%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 39.63%
G = 59.58%
B = 0.79%

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

#97E303 (or 0x97E303) is known color: Spring Bud. HEX triplet: 97, E3 and 03. RGB value is (151,227,3). Sum of RGB (Red+Green+Blue) = 151+227+3=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 227 (89.06% from 255 or 59.58% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 227 - color contains mainly: green. Hex color #97E303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97E303 is #681CFC. Grayscale: #B3B3B3. Windows color (decimal): -6823165 or 254871. OLE color: 254871.

HSL color Cylindrical-coordinate representation of color #97E303: hue angle of 80.36º degrees, saturation: 0.97, 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 #97E303 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 151 227 3 -
CMYK 0.33 0 0.99 0.11
HSL 80.36º 0.97% 0.45% -
HSV(B) 80.36º 0.99% 0.89% -
XYZ 40.25 61.52 9.84 -
YUV 178.74 28.82 108.21 -
System Red Green Blue C M Y K H S L
Decimal 151 227 3 0.33 0 0.99 0.11 80.36 0.97 0.45
Hex 97 E3 3 21 0 63 B 50 61 2D
Octal 227 343 3 41 0 143 13 120 141 55
Binary 10010111 11100011 11 100001 0 1100011 1011 1010000 1100001 101101

Color Harmonies of #97E303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E303

Black with #97E303

Text Example


Text Example

White with #97E303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,227,3); }

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

background-color css

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

 a { background-color: rgb(151,227,3); }

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

border-color css

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

 span { border-color: rgb(151,227,3); }

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