Html Css Color HEX #95ED14 Spring Bud

📋 copy color: '#95ED14'

red 149 ◦ green 237 ◦ blue 20

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

Shades of Spring Bud #95ED14

Tints of Spring Bud #95ED14

RGB

 RED value IS 149 (58.59% from 255) = 36.7%

 GREEN value IS 237 (92.97% from 255) = 58.37%

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

R = 36.7%
G = 58.37%
B = 4.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#95ED14 (or 0x95ED14) is known color: Spring Bud. HEX triplet: 95, ED and 14. RGB value is (149,237,20). Sum of RGB (Red+Green+Blue) = 149+237+20=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 237 (92.97% from 255 or 58.37% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95ED14 is #6A12EB. Grayscale: #BABABA. Windows color (decimal): -6951660 or 1371541. OLE color: 1371541.

HSL color Cylindrical-coordinate representation of color #95ED14: hue angle of 84.33º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95ED14 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 237 20 -
CMYK 0.37 0 0.92 0.07
HSL 84.33º 0.86% 0.5% -
HSV(B) 84.33º 0.92% 0.93% -
XYZ 42.8 67.01 11.34 -
YUV 185.95 34.35 101.64 -
System Red Green Blue C M Y K H S L
Decimal 149 237 20 0.37 0 0.92 0.07 84.33 0.86 0.5
Hex 95 ED 14 25 0 5C 7 54 56 32
Octal 225 355 24 45 0 134 7 124 126 62
Binary 10010101 11101101 10100 100101 0 1011100 111 1010100 1010110 110010

Color Harmonies of #95ED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ED14

Black with #95ED14

Text Example


Text Example

White with #95ED14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95ED14; }

 p { color: rgb(149,237,20); }

 H1.HeaderClassName
 {
   color: #95ED14;
 }
 .AnyTagClassName
 {
   color: #95ED14;
 }
</style>

background-color css

<style>
 a { background-color: #95ED14; }

 a { background-color: rgb(149,237,20); }

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

border-color css

<style>
 span { border-color: #95ED14; }

 span { border-color: rgb(149,237,20); }

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