#42D25C

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

Shades of Emerald #42D25C

Tints of Emerald #42D25C

Color information

#42D25C (or 0x42D25C) is unknown color: approx Emerald. HEX triplet: 42, D2 and 5C. RGB value is (66,210,92). Sum of RGB (Red+Green+Blue) = 66+210+92=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #42D25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D25C is #BD2DA3. Grayscale: #999999. Windows color (decimal): -12397988 or 6083138. OLE color: 6083138.

HSL color Cylindrical-coordinate representation of color #42D25C: hue angle of 130.83º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D25C is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB6621092-
CMYK0.6900.560.18
HSL130.83º61.54%54.12%-
HSV(B)130.83º68.57%82.35%-
XYZ27.2348.0217.96-
YUV153.4993.2965.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.93%
GREEN value IS 210 (82.42% from 255) = 57.07%
BLUE value IS 92 (36.33% from 255) = 25%
R=17.93%
G=57.07%
B=25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66210920.6900.560.18130.8361.5454.12
Hex42D25C4503812833e36
Octal102322134105070222037666
Binary1000010110100101011100100010101110001001010000011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,210,92); }

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

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

 a { background-color: rgb(66,210,92); }

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

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

 span { border-color: rgb(66,210,92); }

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