Html Css Color HEX #97FC0A Spring Bud

📋 copy color: '#97FC0A'

red 151 ◦ green 252 ◦ blue 10

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

Shades of Spring Bud #97FC0A

Tints of Spring Bud #97FC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.42%

R = 36.56%
G = 61.02%
B = 2.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#97FC0A (or 0x97FC0A) is known color: Spring Bud. HEX triplet: 97, FC and 0A. RGB value is (151,252,10). Sum of RGB (Red+Green+Blue) = 151+252+10=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #97FC0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97FC0A is #6803F5. Grayscale: #C3C3C3. Windows color (decimal): -6816758 or 720023. OLE color: 720023.

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

Color convert

RGB 151 252 10 -
CMYK 0.40 0 0.96 0.01
HSL 85.04º 0.98% 0.51% -
HSV(B) 85.04º 0.96% 0.99% -
XYZ 47.63 76.22 12.49 -
YUV 194.21 24.04 97.18 -
System Red Green Blue C M Y K H S L
Decimal 151 252 10 0.40 0 0.96 0.01 85.04 0.98 0.51
Hex 97 FC A 28 0 60 1 55 62 33
Octal 227 374 12 50 0 140 1 125 142 63
Binary 10010111 11111100 1010 101000 0 1100000 1 1010101 1100010 110011

Color Harmonies of #97FC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97FC0A

Black with #97FC0A

Text Example


Text Example

White with #97FC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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