#94DD58

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

Shades of Conifer #94DD58

Tints of Conifer #94DD58

Color information

#94DD58 (or 0x94DD58) is unknown color: approx Conifer. HEX triplet: 94, DD and 58. RGB value is (148,221,88). Sum of RGB (Red+Green+Blue) = 148+221+88=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 88 (34.77% from 255 or 19.26% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DD58 is #6B22A7. Grayscale: #B8B8B8. Windows color (decimal): -7021224 or 5823892. OLE color: 5823892.

HSL color Cylindrical-coordinate representation of color #94DD58: hue angle of 92.93º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94DD58 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB14822188-
CMYK0.3300.600.13
HSL92.93º66.17%60.59%-
HSV(B)92.93º60.18%86.67%-
XYZ39.8358.7118.47-
YUV184.0173.82102.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.39%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 88 (34.77% from 255) = 19.26%
R=32.39%
G=48.36%
B=19.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148221880.3300.600.1392.9366.1760.59
Hex94DD582103CD5d423d
Octal224335130410741513510275
Binary100101001101110110110001000010111100110110111011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,221,88); }

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

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

 a { background-color: rgb(148,221,88); }

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

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

 span { border-color: rgb(148,221,88); }

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