#95F960

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

Shades of Conifer #95F960

Tints of Conifer #95F960

Color information

#95F960 (or 0x95F960) is unknown color: approx Conifer. HEX triplet: 95, F9 and 60. RGB value is (149,249,96). Sum of RGB (Red+Green+Blue) = 149+249+96=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #95F960 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F960 is #6A069F. Grayscale: #CACACA. Windows color (decimal): -6948512 or 6355349. OLE color: 6355349.

HSL color Cylindrical-coordinate representation of color #95F960: hue angle of 99.22º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95F960 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB14924996-
CMYK0.4000.610.02
HSL99.22º92.73%67.65%-
HSV(B)99.22º61.45%97.65%-
XYZ48.3874.9922.99-
YUV201.6668.3790.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 249 (97.66% from 255) = 50.40%
BLUE value IS 96 (37.89% from 255) = 19.43%
R=30.16%
G=50.40%
B=19.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149249960.4000.610.0299.2292.7367.65
Hex95F9602803D2635d44
Octal225371140500752143135104
Binary10010101111110011100000101000011110110110001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,249,96); }

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

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

 a { background-color: rgb(149,249,96); }

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

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

 span { border-color: rgb(149,249,96); }

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