#95F95E

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

Shades of Conifer #95F95E

Tints of Conifer #95F95E

Color information

#95F95E (or 0x95F95E) is unknown color: approx Conifer. HEX triplet: 95, F9 and 5E. RGB value is (149,249,94). Sum of RGB (Red+Green+Blue) = 149+249+94=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #95F95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F95E is #6A06A1. Grayscale: #C9C9C9. Windows color (decimal): -6948514 or 6224277. OLE color: 6224277.

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

Color convert

RGB14924994-
CMYK0.4000.620.02
HSL98.71º92.81%67.25%-
HSV(B)98.71º62.25%97.65%-
XYZ48.2974.9522.51-
YUV201.4367.3790.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.28%
GREEN value IS 249 (97.66% from 255) = 50.61%
BLUE value IS 94 (37.11% from 255) = 19.11%
R=30.28%
G=50.61%
B=19.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149249940.4000.620.0298.7192.8167.25
Hex95F95E2803E2635d43
Octal225371136500762143135103
Binary10010101111110011011110101000011111010110001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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