#42D67B

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

Shades of Emerald #42D67B

Tints of Emerald #42D67B

Color information

#42D67B (or 0x42D67B) is unknown color: approx Emerald. HEX triplet: 42, D6 and 7B. RGB value is (66,214,123). Sum of RGB (Red+Green+Blue) = 66+214+123=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #42D67B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D67B is #BD2984. Grayscale: #9F9F9F. Windows color (decimal): -12396933 or 8115778. OLE color: 8115778.

HSL color Cylindrical-coordinate representation of color #42D67B: hue angle of 143.11º degrees, saturation: 0.64, 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 #42D67B is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB66214123-
CMYK0.6900.430.16
HSL143.11º64.35%54.9%-
HSV(B)143.11º69.16%83.92%-
XYZ29.8750.6826.95-
YUV159.37107.4761.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.38%
GREEN value IS 214 (83.98% from 255) = 53.10%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=16.38%
G=53.10%
B=30.52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662141230.6900.430.16143.1164.3554.9
Hex42D67B4502B108f4037
Octal1023261731050532021710067
Binary10000101101011011110111000101010101110000100011111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,214,123); }

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

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

 a { background-color: rgb(66,214,123); }

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

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

 span { border-color: rgb(66,214,123); }

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