Html Css Color HEX #95F40D Spring Bud

📋 copy color: '#95F40D'

red 149 ◦ green 244 ◦ blue 13

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

Shades of Spring Bud #95F40D

Tints of Spring Bud #95F40D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 60.1%

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

R = 36.7%
G = 60.1%
B = 3.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#95F40D (or 0x95F40D) is known color: Spring Bud. HEX triplet: 95, F4 and 0D. RGB value is (149,244,13). Sum of RGB (Red+Green+Blue) = 149+244+13=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 244 (95.70% from 255 or 60.10% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 244 - color contains mainly: green. Hex color #95F40D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F40D is #6A0BF2. Grayscale: #BEBEBE. Windows color (decimal): -6949875 or 914581. OLE color: 914581.

HSL color Cylindrical-coordinate representation of color #95F40D: hue angle of 84.68º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95F40D is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 149 244 13 -
CMYK 0.39 0 0.95 0.04
HSL 84.68º 0.91% 0.5% -
HSV(B) 84.68º 0.95% 0.96% -
XYZ 44.82 71.12 11.75 -
YUV 189.26 28.53 99.28 -
System Red Green Blue C M Y K H S L
Decimal 149 244 13 0.39 0 0.95 0.04 84.68 0.91 0.5
Hex 95 F4 D 27 0 5F 4 55 5B 32
Octal 225 364 15 47 0 137 4 125 133 62
Binary 10010101 11110100 1101 100111 0 1011111 100 1010101 1011011 110010

Color Harmonies of #95F40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F40D

Black with #95F40D

Text Example


Text Example

White with #95F40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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