#94FD5D

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

Shades of Conifer #94FD5D

Tints of Conifer #94FD5D

Color information

#94FD5D (or 0x94FD5D) is unknown color: approx Conifer. HEX triplet: 94, FD and 5D. RGB value is (148,253,93). Sum of RGB (Red+Green+Blue) = 148+253+93=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 253 (99.22% from 255 or 51.21% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FD5D is #6B02A2. Grayscale: #CBCBCB. Windows color (decimal): -7013027 or 6159764. OLE color: 6159764.

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

Color convert

RGB14825393-
CMYK0.4200.630.01
HSL99.38º97.56%67.84%-
HSV(B)99.38º63.24%99.22%-
XYZ49.3177.3422.68-
YUV203.3665.7188.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 253 (99.22% from 255) = 51.21%
BLUE value IS 93 (36.72% from 255) = 18.83%
R=29.96%
G=51.21%
B=18.83%

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
Decimal148253930.4200.630.0199.3897.5667.84
Hex94FD5D2A03F1636244
Octal224375135520771143142104
Binary1001010011111101101110110101001111111110001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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