#93FD5D

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

Shades of Conifer #93FD5D

Tints of Conifer #93FD5D

Color information

#93FD5D (or 0x93FD5D) is unknown color: approx Conifer. HEX triplet: 93, FD and 5D. RGB value is (147,253,93). Sum of RGB (Red+Green+Blue) = 147+253+93=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #93FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FD5D is #6C02A2. Grayscale: #CBCBCB. Windows color (decimal): -7078563 or 6159763. OLE color: 6159763.

HSL color Cylindrical-coordinate representation of color #93FD5D: hue angle of 99.75º 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 #93FD5D is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB14725393-
CMYK0.4200.630.01
HSL99.75º97.56%67.84%-
HSV(B)99.75º63.24%99.22%-
XYZ49.1377.2422.68-
YUV203.0765.8888.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.82%
GREEN value IS 253 (99.22% from 255) = 51.32%
BLUE value IS 93 (36.72% from 255) = 18.86%
R=29.82%
G=51.32%
B=18.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal147253930.4200.630.0199.7597.5667.84
Hex93FD5D2A03F1646244
Octal223375135520771144142104
Binary1001001111111101101110110101001111111110010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93FD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93FD5D; }

 p { color: rgb(147,253,93); }

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

<style>
 a { background-color: #93FD5D; }

 a { background-color: rgb(147,253,93); }

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

<style>
 span { border-color: #93FD5D; }

 span { border-color: rgb(147,253,93); }

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