Html Css Color HEX #97ED0D Spring Bud

📋 copy color: '#97ED0D'

red 151 ◦ green 237 ◦ blue 13

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

Shades of Spring Bud #97ED0D

Tints of Spring Bud #97ED0D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 59.1%

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

R = 37.66%
G = 59.1%
B = 3.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#97ED0D (or 0x97ED0D) is known color: Spring Bud. HEX triplet: 97, ED and 0D. RGB value is (151,237,13). Sum of RGB (Red+Green+Blue) = 151+237+13=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #97ED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #97ED0D is #6812F2. Grayscale: #BABABA. Windows color (decimal): -6820595 or 912791. OLE color: 912791.

HSL color Cylindrical-coordinate representation of color #97ED0D: hue angle of 83.04º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #97ED0D is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 237 13 -
CMYK 0.36 0 0.95 0.07
HSL 83.04º 0.9% 0.49% -
HSV(B) 83.04º 0.95% 0.93% -
XYZ 43.12 67.18 11.07 -
YUV 185.75 30.51 103.21 -
System Red Green Blue C M Y K H S L
Decimal 151 237 13 0.36 0 0.95 0.07 83.04 0.9 0.49
Hex 97 ED D 24 0 5F 7 53 5A 31
Octal 227 355 15 44 0 137 7 123 132 61
Binary 10010111 11101101 1101 100100 0 1011111 111 1010011 1011010 110001

Color Harmonies of #97ED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97ED0D

Black with #97ED0D

Text Example


Text Example

White with #97ED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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