#94F44D

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

Shades of Conifer #94F44D

Tints of Conifer #94F44D

Color information

#94F44D (or 0x94F44D) is unknown color: approx Conifer. HEX triplet: 94, F4 and 4D. RGB value is (148,244,77). Sum of RGB (Red+Green+Blue) = 148+244+77=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 244 (95.70% from 255 or 52.03% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 244 - color contains mainly: green. Hex color #94F44D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F44D is #6B0BB2. Grayscale: #C4C4C4. Windows color (decimal): -7015347 or 5108884. OLE color: 5108884.

HSL color Cylindrical-coordinate representation of color #94F44D: hue angle of 94.49º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94F44D is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB14824477-
CMYK0.3900.680.04
HSL94.49º88.36%62.94%-
HSV(B)94.49º68.44%95.69%-
XYZ45.971.5318.41-
YUV196.2660.793.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 244 (95.70% from 255) = 52.03%
BLUE value IS 77 (30.47% from 255) = 16.42%
R=31.56%
G=52.03%
B=16.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal148244770.3900.680.0494.4988.3662.94
Hex94F44D2704445e583f
Octal224364115470104413613077
Binary100101001111010010011011001110100010010010111101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,244,77); }

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

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

 a { background-color: rgb(148,244,77); }

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

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

 span { border-color: rgb(148,244,77); }

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