Html Css Color HEX #9DF114 Spring Bud

📋 copy color: '#9DF114'

red 157 ◦ green 241 ◦ blue 20

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

Shades of Spring Bud #9DF114

Tints of Spring Bud #9DF114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.78%

R = 37.56%
G = 57.66%
B = 4.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#9DF114 (or 0x9DF114) is known color: Spring Bud. HEX triplet: 9D, F1 and 14. RGB value is (157,241,20). Sum of RGB (Red+Green+Blue) = 157+241+20=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 241 (94.53% from 255 or 57.66% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF114 is #620EEB. Grayscale: #BFBFBF. Windows color (decimal): -6426348 or 1372573. OLE color: 1372573.

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

Color convert

RGB 157 241 20 -
CMYK 0.35 0 0.92 0.05
HSL 82.81º 0.89% 0.51% -
HSV(B) 82.81º 0.92% 0.95% -
XYZ 45.49 70.13 11.8 -
YUV 190.69 31.67 103.97 -
System Red Green Blue C M Y K H S L
Decimal 157 241 20 0.35 0 0.92 0.05 82.81 0.89 0.51
Hex 9D F1 14 23 0 5C 5 53 59 33
Octal 235 361 24 43 0 134 5 123 131 63
Binary 10011101 11110001 10100 100011 0 1011100 101 1010011 1011001 110011

Color Harmonies of #9DF114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF114

Black with #9DF114

Text Example


Text Example

White with #9DF114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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