#95FD5E

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

Shades of Conifer #95FD5E

Tints of Conifer #95FD5E

Color information

#95FD5E (or 0x95FD5E) is unknown color: approx Conifer. HEX triplet: 95, FD and 5E. RGB value is (149,253,94). Sum of RGB (Red+Green+Blue) = 149+253+94=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #95FD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FD5E is #6A02A1. Grayscale: #CCCCCC. Windows color (decimal): -6947490 or 6225301. OLE color: 6225301.

HSL color Cylindrical-coordinate representation of color #95FD5E: hue angle of 99.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95FD5E is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB14925394-
CMYK0.4100.630.01
HSL99.25º97.55%68.04%-
HSV(B)99.25º62.85%99.22%-
XYZ49.5477.4522.93-
YUV203.7866.0488.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.04%
GREEN value IS 253 (99.22% from 255) = 51.01%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=30.04%
G=51.01%
B=18.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal149253940.4100.630.0199.2597.5568.04
Hex95FD5E2903F1636244
Octal225375136510771143142104
Binary1001010111111101101111010100101111111110001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FD5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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