Html Css Color HEX #97FE0C Spring Bud

📋 copy color: '#97FE0C'

red 151 ◦ green 254 ◦ blue 12

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

Shades of Spring Bud #97FE0C

Tints of Spring Bud #97FE0C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 60.91%

 BLUE value IS 12 (5.08% from 255) = 2.88%

R = 36.21%
G = 60.91%
B = 2.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#97FE0C (or 0x97FE0C) is known color: Spring Bud. HEX triplet: 97, FE and 0C. RGB value is (151,254,12). Sum of RGB (Red+Green+Blue) = 151+254+12=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 254 (99.61% from 255 or 60.91% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 254 - color contains mainly: green. Hex color #97FE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97FE0C is #6801F3. Grayscale: #C4C4C4. Windows color (decimal): -6816244 or 851607. OLE color: 851607.

HSL color Cylindrical-coordinate representation of color #97FE0C: hue angle of 85.54º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97FE0C is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 254 12 -
CMYK 0.41 0 0.95 0.00
HSL 85.54º 0.99% 0.52% -
HSV(B) 85.54º 0.95% 1% -
XYZ 48.27 77.49 12.76 -
YUV 195.62 24.38 96.18 -
System Red Green Blue C M Y K H S L
Decimal 151 254 12 0.41 0 0.95 0.00 85.54 0.99 0.52
Hex 97 FE C 29 0 5F 0 56 63 34
Octal 227 376 14 51 0 137 0 126 143 64
Binary 10010111 11111110 1100 101001 0 1011111 0 1010110 1100011 110100

Color Harmonies of #97FE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FE0C

Black with #97FE0C

Text Example


Text Example

White with #97FE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,254,12); }

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

background-color css

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

 a { background-color: rgb(151,254,12); }

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

border-color css

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

 span { border-color: rgb(151,254,12); }

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