Html Css Color HEX #97F10D Spring Bud

📋 copy color: '#97F10D'

red 151 ◦ green 241 ◦ blue 13

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

Shades of Spring Bud #97F10D

Tints of Spring Bud #97F10D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.51%

 BLUE value IS 13 (5.47% from 255) = 3.21%

R = 37.28%
G = 59.51%
B = 3.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#97F10D (or 0x97F10D) is known color: Spring Bud. HEX triplet: 97, F1 and 0D. RGB value is (151,241,13). Sum of RGB (Red+Green+Blue) = 151+241+13=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #97F10D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97F10D is #680EF2. Grayscale: #BCBCBC. Windows color (decimal): -6819571 or 913815. OLE color: 913815.

HSL color Cylindrical-coordinate representation of color #97F10D: hue angle of 83.68º degrees, saturation: 0.9, 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 #97F10D is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 241 13 -
CMYK 0.37 0 0.95 0.05
HSL 83.68º 0.9% 0.5% -
HSV(B) 83.68º 0.95% 0.95% -
XYZ 44.29 69.52 11.46 -
YUV 188.1 29.18 101.54 -
System Red Green Blue C M Y K H S L
Decimal 151 241 13 0.37 0 0.95 0.05 83.68 0.9 0.5
Hex 97 F1 D 25 0 5F 5 54 5A 32
Octal 227 361 15 45 0 137 5 124 132 62
Binary 10010111 11110001 1101 100101 0 1011111 101 1010100 1011010 110010

Color Harmonies of #97F10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97F10D

Black with #97F10D

Text Example


Text Example

White with #97F10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,241,13); }

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

background-color css

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

 a { background-color: rgb(151,241,13); }

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

border-color css

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

 span { border-color: rgb(151,241,13); }

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