#42D767

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

Shades of Emerald #42D767

Tints of Emerald #42D767

Color information

#42D767 (or 0x42D767) is unknown color: approx Emerald. HEX triplet: 42, D7 and 67. RGB value is (66,215,103). Sum of RGB (Red+Green+Blue) = 66+215+103=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #42D767 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D767 is #BD2898. Grayscale: #9D9D9D. Windows color (decimal): -12396697 or 6805314. OLE color: 6805314.

HSL color Cylindrical-coordinate representation of color #42D767: hue angle of 134.9º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D767 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB66215103-
CMYK0.6900.520.16
HSL134.9º65.07%55.1%-
HSV(B)134.9º69.3%84.31%-
XYZ2950.7421.1-
YUV157.6897.1462.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.19%
GREEN value IS 215 (84.38% from 255) = 55.99%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=17.19%
G=55.99%
B=26.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662151030.6900.520.16134.965.0755.1
Hex42D7674503410874137
Octal1023271471050642020710167
Binary10000101101011111001111000101011010010000100001111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,215,103); }

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

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

 a { background-color: rgb(66,215,103); }

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

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

 span { border-color: rgb(66,215,103); }

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