Html Css Color HEX #9DF20D Spring Bud

📋 copy color: '#9DF20D'

red 157 ◦ green 242 ◦ blue 13

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

Shades of Spring Bud #9DF20D

Tints of Spring Bud #9DF20D

RGB

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

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

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

R = 38.11%
G = 58.74%
B = 3.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#9DF20D (or 0x9DF20D) is known color: Spring Bud. HEX triplet: 9D, F2 and 0D. RGB value is (157,242,13). Sum of RGB (Red+Green+Blue) = 157+242+13=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF20D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF20D is #620DF2. Grayscale: #BFBFBF. Windows color (decimal): -6426099 or 914077. OLE color: 914077.

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

Color convert

RGB 157 242 13 -
CMYK 0.35 0 0.95 0.05
HSL 82.27º 0.9% 0.5% -
HSV(B) 82.27º 0.95% 0.95% -
XYZ 45.73 70.7 11.62 -
YUV 190.48 27.84 104.12 -
System Red Green Blue C M Y K H S L
Decimal 157 242 13 0.35 0 0.95 0.05 82.27 0.9 0.5
Hex 9D F2 D 23 0 5F 5 52 5A 32
Octal 235 362 15 43 0 137 5 122 132 62
Binary 10011101 11110010 1101 100011 0 1011111 101 1010010 1011010 110010

Color Harmonies of #9DF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF20D

Black with #9DF20D

Text Example


Text Example

White with #9DF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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