Html Css Color HEX #95F609 Spring Bud

📋 copy color: '#95F609'

red 149 ◦ green 246 ◦ blue 9

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

Shades of Spring Bud #95F609

Tints of Spring Bud #95F609

RGB

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

 GREEN value IS 246 (96.48% from 255) = 60.89%

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 36.88%
G = 60.89%
B = 2.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#95F609 (or 0x95F609) is known color: Spring Bud. HEX triplet: 95, F6 and 09. RGB value is (149,246,9). Sum of RGB (Red+Green+Blue) = 149+246+9=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 246 (96.48% from 255 or 60.89% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 246 - color contains mainly: green. Hex color #95F609 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F609 is #6A09F6. Grayscale: #BEBEBE. Windows color (decimal): -6949367 or 652949. OLE color: 652949.

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

Color convert

RGB 149 246 9 -
CMYK 0.39 0 0.96 0.04
HSL 84.56º 0.93% 0.5% -
HSV(B) 84.56º 0.96% 0.96% -
XYZ 45.4 72.32 11.82 -
YUV 189.98 25.86 98.77 -
System Red Green Blue C M Y K H S L
Decimal 149 246 9 0.39 0 0.96 0.04 84.56 0.93 0.5
Hex 95 F6 9 27 0 60 4 55 5D 32
Octal 225 366 11 47 0 140 4 125 135 62
Binary 10010101 11110110 1001 100111 0 1100000 100 1010101 1011101 110010

Color Harmonies of #95F609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F609

Black with #95F609

Text Example


Text Example

White with #95F609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,246,9); }

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

background-color css

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

 a { background-color: rgb(149,246,9); }

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

border-color css

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

 span { border-color: rgb(149,246,9); }

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