Html Css Color HEX #9DEF11 Spring Bud

📋 copy color: '#9DEF11'

red 157 ◦ green 239 ◦ blue 17

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

Shades of Spring Bud #9DEF11

Tints of Spring Bud #9DEF11

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.87%

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

R = 38.01%
G = 57.87%
B = 4.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#9DEF11 (or 0x9DEF11) is known color: Spring Bud. HEX triplet: 9D, EF and 11. RGB value is (157,239,17). Sum of RGB (Red+Green+Blue) = 157+239+17=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DEF11 is #6210EE. Grayscale: #BDBDBD. Windows color (decimal): -6426863 or 1175453. OLE color: 1175453.

HSL color Cylindrical-coordinate representation of color #9DEF11: hue angle of 82.16º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DEF11 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 239 17 -
CMYK 0.34 0 0.93 0.06
HSL 82.16º 0.87% 0.5% -
HSV(B) 82.16º 0.93% 0.94% -
XYZ 44.87 68.94 11.47 -
YUV 189.17 30.83 105.05 -
System Red Green Blue C M Y K H S L
Decimal 157 239 17 0.34 0 0.93 0.06 82.16 0.87 0.5
Hex 9D EF 11 22 0 5D 6 52 57 32
Octal 235 357 21 42 0 135 6 122 127 62
Binary 10011101 11101111 10001 100010 0 1011101 110 1010010 1010111 110010

Color Harmonies of #9DEF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEF11

Black with #9DEF11

Text Example


Text Example

White with #9DEF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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