#95F761

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

Shades of Conifer #95F761

Tints of Conifer #95F761

Color information

#95F761 (or 0x95F761) is unknown color: approx Conifer. HEX triplet: 95, F7 and 61. RGB value is (149,247,97). Sum of RGB (Red+Green+Blue) = 149+247+97=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 97 (38.28% from 255 or 19.68% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #95F761 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F761 is #6A089E. Grayscale: #C9C9C9. Windows color (decimal): -6949023 or 6420373. OLE color: 6420373.

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

Color convert

RGB14924797-
CMYK0.4000.610.03
HSL99.2º90.36%67.45%-
HSV(B)99.2º60.73%96.86%-
XYZ47.8173.7723.03-
YUV200.669.5391.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.22%
GREEN value IS 247 (96.88% from 255) = 50.10%
BLUE value IS 97 (38.28% from 255) = 19.68%
R=30.22%
G=50.10%
B=19.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal149247970.4000.610.0399.290.3667.45
Hex95F7612803D3635a43
Octal225367141500753143132103
Binary10010101111101111100001101000011110111110001110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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