Html Css Color HEX #42D869 Emerald

📋 copy color: '#42D869'

red 66 ◦ green 216 ◦ blue 105

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

Shades of Emerald #42D869

Tints of Emerald #42D869

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.81%

 BLUE value IS 105 (41.41% from 255) = 27.13%

R = 17.05%
G = 55.81%
B = 27.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#42D869 (or 0x42D869) is known color: Emerald. HEX triplet: 42, D8 and 69. RGB value is (66,216,105). Sum of RGB (Red+Green+Blue) = 66+216+105=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #42D869 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D869 is #BD2796. Grayscale: #9E9E9E. Windows color (decimal): -12396439 or 6936642. OLE color: 6936642.

HSL color Cylindrical-coordinate representation of color #42D869: hue angle of 135.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D869 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 105 -
CMYK 0.69 0 0.51 0.15
HSL 135.6º 0.66% 0.55% -
HSV(B) 135.6º 0.69% 0.85% -
XYZ 29.35 51.29 21.72 -
YUV 158.5 97.81 62.03 -
System Red Green Blue C M Y K H S L
Decimal 66 216 105 0.69 0 0.51 0.15 135.6 0.66 0.55
Hex 42 D8 69 45 0 33 F 88 42 37
Octal 102 330 151 105 0 63 17 210 102 67
Binary 1000010 11011000 1101001 1000101 0 110011 1111 10001000 1000010 110111

Color Harmonies of #42D869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D869

Black with #42D869

Text Example


Text Example

White with #42D869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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