#95F752

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

Shades of Conifer #95F752

Tints of Conifer #95F752

Color information

#95F752 (or 0x95F752) is unknown color: approx Conifer. HEX triplet: 95, F7 and 52. RGB value is (149,247,82). Sum of RGB (Red+Green+Blue) = 149+247+82=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 247 (96.88% from 255 or 51.67% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 247 - color contains mainly: green. Hex color #95F752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F752 is #6A08AD. Grayscale: #C7C7C7. Windows color (decimal): -6949038 or 5437333. OLE color: 5437333.

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

Color convert

RGB14924782-
CMYK0.4000.670.03
HSL95.64º91.16%64.51%-
HSV(B)95.64º66.8%96.86%-
XYZ47.1873.5219.69-
YUV198.8962.0392.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 247 (96.88% from 255) = 51.67%
BLUE value IS 82 (32.42% from 255) = 17.15%
R=31.17%
G=51.67%
B=17.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal149247820.4000.670.0395.6491.1664.51
Hex95F752280433605b41
Octal2253671225001033140133101
Binary100101011111011110100101010000100001111110000010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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