Html Css Color HEX #42DE6E Emerald

📋 copy color: '#42DE6E'

red 66 ◦ green 222 ◦ blue 110

#42DE6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #42DE6E

Tints of Emerald #42DE6E

RGB

 RED value IS 66 (26.17% from 255) = 16.58%

 GREEN value IS 222 (87.11% from 255) = 55.78%

 BLUE value IS 110 (43.36% from 255) = 27.64%

R = 16.58%
G = 55.78%
B = 27.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#42DE6E (or 0x42DE6E) is known color: Emerald. HEX triplet: 42, DE and 6E. RGB value is (66,222,110). Sum of RGB (Red+Green+Blue) = 66+222+110=398 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.58% from 398); Green value is 222 (87.11% from 255 or 55.78% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DE6E is #BD2191. Grayscale: #A2A2A2. Windows color (decimal): -12394898 or 7265858. OLE color: 7265858.

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

Color convert

RGB 66 222 110 -
CMYK 0.70 0 0.50 0.13
HSL 136.92º 0.7% 0.56% -
HSV(B) 136.92º 0.7% 0.87% -
XYZ 31.18 54.53 23.63 -
YUV 162.59 98.32 59.11 -
System Red Green Blue C M Y K H S L
Decimal 66 222 110 0.70 0 0.50 0.13 136.92 0.7 0.56
Hex 42 DE 6E 46 0 32 D 89 46 38
Octal 102 336 156 106 0 62 15 211 106 70
Binary 1000010 11011110 1101110 1000110 0 110010 1101 10001001 1000110 111000

Color Harmonies of #42DE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DE6E

Black with #42DE6E

Text Example


Text Example

White with #42DE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,222,110); }

 H1.HeaderClassName
 {
   color: #42DE6E;
 }
 .AnyTagClassName
 {
   color: #42DE6E;
 }
</style>

background-color css

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

 a { background-color: rgb(66,222,110); }

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

border-color css

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

 span { border-color: rgb(66,222,110); }

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