Html Css Color HEX #97FC03 Spring Bud

📋 copy color: '#97FC03'

red 151 ◦ green 252 ◦ blue 3

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

Shades of Spring Bud #97FC03

Tints of Spring Bud #97FC03

RGB

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

 GREEN value IS 252 (98.83% from 255) = 62.07%

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

R = 37.19%
G = 62.07%
B = 0.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#97FC03 (or 0x97FC03) is known color: Spring Bud. HEX triplet: 97, FC and 03. RGB value is (151,252,3). Sum of RGB (Red+Green+Blue) = 151+252+3=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 252 (98.83% from 255 or 62.07% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 252 - color contains mainly: green. Hex color #97FC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97FC03 is #6803FC. Grayscale: #C2C2C2. Windows color (decimal): -6816765 or 261271. OLE color: 261271.

HSL color Cylindrical-coordinate representation of color #97FC03: hue angle of 84.34º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97FC03 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 151 252 3 -
CMYK 0.40 0 0.99 0.01
HSL 84.34º 0.98% 0.5% -
HSV(B) 84.34º 0.99% 0.99% -
XYZ 47.59 76.21 12.29 -
YUV 193.42 20.54 97.75 -
System Red Green Blue C M Y K H S L
Decimal 151 252 3 0.40 0 0.99 0.01 84.34 0.98 0.5
Hex 97 FC 3 28 0 63 1 54 62 32
Octal 227 374 3 50 0 143 1 124 142 62
Binary 10010111 11111100 11 101000 0 1100011 1 1010100 1100010 110010

Color Harmonies of #97FC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FC03

Black with #97FC03

Text Example


Text Example

White with #97FC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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