Html Css Color HEX #9DF211 Spring Bud

📋 copy color: '#9DF211'

red 157 ◦ green 242 ◦ blue 17

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

Shades of Spring Bud #9DF211

Tints of Spring Bud #9DF211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.09%

R = 37.74%
G = 58.17%
B = 4.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#9DF211 (or 0x9DF211) is known color: Spring Bud. HEX triplet: 9D, F2 and 11. RGB value is (157,242,17). Sum of RGB (Red+Green+Blue) = 157+242+17=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 17 (7.03% from 255 or 4.09% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF211 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF211 is #620DEE. Grayscale: #BFBFBF. Windows color (decimal): -6426095 or 1176221. OLE color: 1176221.

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

Color convert

RGB 157 242 17 -
CMYK 0.35 0 0.93 0.05
HSL 82.67º 0.9% 0.51% -
HSV(B) 82.67º 0.93% 0.95% -
XYZ 45.76 70.71 11.77 -
YUV 190.94 29.84 103.8 -
System Red Green Blue C M Y K H S L
Decimal 157 242 17 0.35 0 0.93 0.05 82.67 0.9 0.51
Hex 9D F2 11 23 0 5D 5 53 5A 33
Octal 235 362 21 43 0 135 5 123 132 63
Binary 10011101 11110010 10001 100011 0 1011101 101 1010011 1011010 110011

Color Harmonies of #9DF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF211

Black with #9DF211

Text Example


Text Example

White with #9DF211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,242,17); }

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

background-color css

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

 a { background-color: rgb(157,242,17); }

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

border-color css

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

 span { border-color: rgb(157,242,17); }

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