Html Css Color HEX #9DF106 Spring Bud

📋 copy color: '#9DF106'

red 157 ◦ green 241 ◦ blue 6

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

Shades of Spring Bud #9DF106

Tints of Spring Bud #9DF106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 38.86%
G = 59.65%
B = 1.49%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#9DF106 (or 0x9DF106) is known color: Spring Bud. HEX triplet: 9D, F1 and 06. RGB value is (157,241,6). Sum of RGB (Red+Green+Blue) = 157+241+6=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 6 (2.73% from 255 or 1.49% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF106 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF106 is #620EF9. Grayscale: #BDBDBD. Windows color (decimal): -6426362 or 455069. OLE color: 455069.

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

Color convert

RGB 157 241 6 -
CMYK 0.35 0 0.98 0.05
HSL 81.45º 0.95% 0.48% -
HSV(B) 81.45º 0.98% 0.95% -
XYZ 45.39 70.09 11.31 -
YUV 189.09 24.67 105.11 -
System Red Green Blue C M Y K H S L
Decimal 157 241 6 0.35 0 0.98 0.05 81.45 0.95 0.48
Hex 9D F1 6 23 0 62 5 51 5F 30
Octal 235 361 6 43 0 142 5 121 137 60
Binary 10011101 11110001 110 100011 0 1100010 101 1010001 1011111 110000

Color Harmonies of #9DF106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF106

Black with #9DF106

Text Example


Text Example

White with #9DF106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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