#95F261

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

Shades of Conifer #95F261

Tints of Conifer #95F261

Color information

#95F261 (or 0x95F261) is unknown color: approx Conifer. HEX triplet: 95, F2 and 61. RGB value is (149,242,97). Sum of RGB (Red+Green+Blue) = 149+242+97=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #95F261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F261 is #6A0D9E. Grayscale: #C6C6C6. Windows color (decimal): -6950303 or 6419093. OLE color: 6419093.

HSL color Cylindrical-coordinate representation of color #95F261: hue angle of 98.48º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95F261 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB14924297-
CMYK0.3800.600.05
HSL98.48º84.8%66.47%-
HSV(B)98.48º59.92%94.9%-
XYZ46.370.7622.53-
YUV197.6671.1993.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 242 (94.92% from 255) = 49.59%
BLUE value IS 97 (38.28% from 255) = 19.88%
R=30.53%
G=49.59%
B=19.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal149242970.3800.600.0598.4884.866.47
Hex95F2612603C5625542
Octal225362141460745142125102
Binary100101011111001011000011001100111100101110001010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,242,97); }

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

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

 a { background-color: rgb(149,242,97); }

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

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

 span { border-color: rgb(149,242,97); }

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