Html Css Color HEX #9DF108 Spring Bud

📋 copy color: '#9DF108'

red 157 ◦ green 241 ◦ blue 8

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

Shades of Spring Bud #9DF108

Tints of Spring Bud #9DF108

RGB

 RED value IS 157 (61.72% from 255) = 38.67%

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

 BLUE value IS 8 (3.52% from 255) = 1.97%

R = 38.67%
G = 59.36%
B = 1.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#9DF108 (or 0x9DF108) is known color: Spring Bud. HEX triplet: 9D, F1 and 08. RGB value is (157,241,8). Sum of RGB (Red+Green+Blue) = 157+241+8=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF108 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF108 is #620EF7. Grayscale: #BEBEBE. Windows color (decimal): -6426360 or 586141. OLE color: 586141.

HSL color Cylindrical-coordinate representation of color #9DF108: hue angle of 81.63º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DF108 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 241 8 -
CMYK 0.35 0 0.97 0.05
HSL 81.63º 0.94% 0.49% -
HSV(B) 81.63º 0.97% 0.95% -
XYZ 45.4 70.1 11.37 -
YUV 189.32 25.67 104.95 -
System Red Green Blue C M Y K H S L
Decimal 157 241 8 0.35 0 0.97 0.05 81.63 0.94 0.49
Hex 9D F1 8 23 0 61 5 52 5E 31
Octal 235 361 10 43 0 141 5 122 136 61
Binary 10011101 11110001 1000 100011 0 1100001 101 1010010 1011110 110001

Color Harmonies of #9DF108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF108

Black with #9DF108

Text Example


Text Example

White with #9DF108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DF108; }

 p { color: rgb(157,241,8); }

 H1.HeaderClassName
 {
   color: #9DF108;
 }
 .AnyTagClassName
 {
   color: #9DF108;
 }
</style>

background-color css

<style>
 a { background-color: #9DF108; }

 a { background-color: rgb(157,241,8); }

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

border-color css

<style>
 span { border-color: #9DF108; }

 span { border-color: rgb(157,241,8); }

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