#95F852

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

Shades of Conifer #95F852

Tints of Conifer #95F852

Color information

#95F852 (or 0x95F852) is unknown color: approx Conifer. HEX triplet: 95, F8 and 52. RGB value is (149,248,82). Sum of RGB (Red+Green+Blue) = 149+248+82=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 248 (97.27% from 255 or 51.77% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 248 - color contains mainly: green. Hex color #95F852 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F852 is #6A07AD. Grayscale: #C8C8C8. Windows color (decimal): -6948782 or 5437589. OLE color: 5437589.

HSL color Cylindrical-coordinate representation of color #95F852: hue angle of 95.78º degrees, saturation: 0.92, 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 #95F852 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB14924882-
CMYK0.4000.670.03
HSL95.78º92.22%64.71%-
HSV(B)95.78º66.94%97.25%-
XYZ47.4874.1319.79-
YUV199.4861.792-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 248 (97.27% from 255) = 51.77%
BLUE value IS 82 (32.42% from 255) = 17.12%
R=31.11%
G=51.77%
B=17.12%

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
Decimal149248820.4000.670.0395.7892.2264.71
Hex95F852280433605c41
Octal2253701225001033140134101
Binary100101011111100010100101010000100001111110000010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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