Html Css Color HEX #42D067 Emerald

📋 copy color: '#42D067'

red 66 ◦ green 208 ◦ blue 103

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

Shades of Emerald #42D067

Tints of Emerald #42D067

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.17%

 BLUE value IS 103 (40.63% from 255) = 27.32%

R = 17.51%
G = 55.17%
B = 27.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#42D067 (or 0x42D067) is known color: Emerald. HEX triplet: 42, D0 and 67. RGB value is (66,208,103). Sum of RGB (Red+Green+Blue) = 66+208+103=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 208 (81.64% from 255 or 55.17% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 208 - color contains mainly: green. Hex color #42D067 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D067 is #BD2F98. Grayscale: #999999. Windows color (decimal): -12398489 or 6803522. OLE color: 6803522.

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

Color convert

RGB 66 208 103 -
CMYK 0.68 0 0.50 0.18
HSL 135.63º 0.6% 0.54% -
HSV(B) 135.63º 0.68% 0.82% -
XYZ 27.25 47.25 20.52 -
YUV 153.57 99.46 65.54 -
System Red Green Blue C M Y K H S L
Decimal 66 208 103 0.68 0 0.50 0.18 135.63 0.6 0.54
Hex 42 D0 67 44 0 32 12 88 3C 36
Octal 102 320 147 104 0 62 22 210 74 66
Binary 1000010 11010000 1100111 1000100 0 110010 10010 10001000 111100 110110

Color Harmonies of #42D067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D067

Black with #42D067

Text Example


Text Example

White with #42D067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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