Html Css Color HEX #95ED0D Spring Bud

📋 copy color: '#95ED0D'

red 149 ◦ green 237 ◦ blue 13

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

Shades of Spring Bud #95ED0D

Tints of Spring Bud #95ED0D

RGB

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

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

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

R = 37.34%
G = 59.4%
B = 3.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#95ED0D (or 0x95ED0D) is known color: Spring Bud. HEX triplet: 95, ED and 0D. RGB value is (149,237,13). Sum of RGB (Red+Green+Blue) = 149+237+13=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95ED0D is #6A12F2. Grayscale: #B9B9B9. Windows color (decimal): -6951667 or 912789. OLE color: 912789.

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

Color convert

RGB 149 237 13 -
CMYK 0.37 0 0.95 0.07
HSL 83.57º 0.9% 0.49% -
HSV(B) 83.57º 0.95% 0.93% -
XYZ 42.75 66.99 11.06 -
YUV 185.15 30.85 102.21 -
System Red Green Blue C M Y K H S L
Decimal 149 237 13 0.37 0 0.95 0.07 83.57 0.9 0.49
Hex 95 ED D 25 0 5F 7 54 5A 31
Octal 225 355 15 45 0 137 7 124 132 61
Binary 10010101 11101101 1101 100101 0 1011111 111 1010100 1011010 110001

Color Harmonies of #95ED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ED0D

Black with #95ED0D

Text Example


Text Example

White with #95ED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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