#42E969

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

Shades of Emerald #42E969

Tints of Emerald #42E969

Color information

#42E969 (or 0x42E969) is unknown color: approx Emerald. HEX triplet: 42, E9 and 69. RGB value is (66,233,105). Sum of RGB (Red+Green+Blue) = 66+233+105=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 233 (91.41% from 255 or 57.67% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 233 - color contains mainly: green. Hex color #42E969 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E969 is #BD1696. Grayscale: #A8A8A8. Windows color (decimal): -12392087 or 6940994. OLE color: 6940994.

HSL color Cylindrical-coordinate representation of color #42E969: hue angle of 134.01º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E969 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB66233105-
CMYK0.7200.550.09
HSL134.01º79.15%58.63%-
HSV(B)134.01º71.67%91.37%-
XYZ33.9460.4623.25-
YUV168.4892.1754.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.34%
GREEN value IS 233 (91.41% from 255) = 57.67%
BLUE value IS 105 (41.41% from 255) = 25.99%
R=16.34%
G=57.67%
B=25.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662331050.7200.550.09134.0179.1558.63
Hex42E969480379864f3b
Octal1023511511100671120611773
Binary1000010111010011101001100100001101111001100001101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,233,105); }

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

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

 a { background-color: rgb(66,233,105); }

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

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

 span { border-color: rgb(66,233,105); }

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