Html Css Color HEX #97F20C Spring Bud

📋 copy color: '#97F20C'

red 151 ◦ green 242 ◦ blue 12

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

Shades of Spring Bud #97F20C

Tints of Spring Bud #97F20C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.75%

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

R = 37.28%
G = 59.75%
B = 2.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#97F20C (or 0x97F20C) is known color: Spring Bud. HEX triplet: 97, F2 and 0C. RGB value is (151,242,12). Sum of RGB (Red+Green+Blue) = 151+242+12=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 242 (94.92% from 255 or 59.75% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 242 - color contains mainly: green. Hex color #97F20C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97F20C is #680DF3. Grayscale: #BDBDBD. Windows color (decimal): -6819316 or 848535. OLE color: 848535.

HSL color Cylindrical-coordinate representation of color #97F20C: hue angle of 83.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97F20C is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 242 12 -
CMYK 0.38 0 0.95 0.05
HSL 83.74º 0.91% 0.5% -
HSV(B) 83.74º 0.95% 0.95% -
XYZ 44.58 70.11 11.53 -
YUV 188.57 28.35 101.2 -
System Red Green Blue C M Y K H S L
Decimal 151 242 12 0.38 0 0.95 0.05 83.74 0.91 0.5
Hex 97 F2 C 26 0 5F 5 54 5B 32
Octal 227 362 14 46 0 137 5 124 133 62
Binary 10010111 11110010 1100 100110 0 1011111 101 1010100 1011011 110010

Color Harmonies of #97F20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F20C

Black with #97F20C

Text Example


Text Example

White with #97F20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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