#42DF68

Color #42DF68 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #42DF68

Tints of Emerald #42DF68

Color information

#42DF68 (or 0x42DF68) is unknown color: approx Emerald. HEX triplet: 42, DF and 68. RGB value is (66,223,104). Sum of RGB (Red+Green+Blue) = 66+223+104=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 223 (87.5% from 255 or 56.74% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DF68 is #BD2097. Grayscale: #A2A2A2. Windows color (decimal): -12394648 or 6872898. OLE color: 6872898.

HSL color Cylindrical-coordinate representation of color #42DF68: hue angle of 134.52º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DF68 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB66223104-
CMYK0.7000.530.13
HSL134.52º71.04%56.67%-
HSV(B)134.52º70.4%87.45%-
XYZ31.1354.9322.06-
YUV162.4994.9959.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.79%
GREEN value IS 223 (87.5% from 255) = 56.74%
BLUE value IS 104 (41.02% from 255) = 26.46%
R=16.79%
G=56.74%
B=26.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal662231040.7000.530.13134.5271.0456.67
Hex42DF6846035D874739
Octal1023371501060651520710771
Binary1000010110111111101000100011001101011101100001111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42DF68; }

 p { color: rgb(66,223,104); }

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

<style>
 a { background-color: #42DF68; }

 a { background-color: rgb(66,223,104); }

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

<style>
 span { border-color: #42DF68; }

 span { border-color: rgb(66,223,104); }

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