#95F706

Color #95F706 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #95F706

Tints of Spring Bud #95F706

Color information

#95F706 (or 0x95F706) is unknown color: approx Spring Bud. HEX triplet: 95, F7 and 06. RGB value is (149,247,6). Sum of RGB (Red+Green+Blue) = 149+247+6=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 247 (96.88% from 255 or 61.44% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 247 - color contains mainly: green. Hex color #95F706 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #95F706 is #6A08F9. Grayscale: #BFBFBF. Windows color (decimal): -6949114 or 456597. OLE color: 456597.

HSL color Cylindrical-coordinate representation of color #95F706: hue angle of 84.4º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #95F706 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB1492476-
CMYK0.4000.980.03
HSL84.4º95.26%49.61%-
HSV(B)84.4º97.57%96.86%-
XYZ45.6972.9211.84-
YUV190.2224.0398.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.06%
GREEN value IS 247 (96.88% from 255) = 61.44%
BLUE value IS 6 (2.73% from 255) = 1.49%
R=37.06%
G=61.44%
B=1.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal14924760.4000.980.0384.495.2649.61
Hex95F76280623545f32
Octal2253676500142312413762
Binary1001010111110111110101000011000101110101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,247,6); }

 H1.HeaderClassName
 {
   color: #95F706;
 }
 .AnyTagClassName
 {
   color: #95F706;
 }
</style>
background-color css

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

 a { background-color: rgb(149,247,6); }

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

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

 span { border-color: rgb(149,247,6); }

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