Html Css Color HEX #42D26A Emerald

📋 copy color: '#42D26A'

red 66 ◦ green 210 ◦ blue 106

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

Shades of Emerald #42D26A

Tints of Emerald #42D26A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.97%

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 17.28%
G = 54.97%
B = 27.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#42D26A (or 0x42D26A) is known color: Emerald. HEX triplet: 42, D2 and 6A. RGB value is (66,210,106). Sum of RGB (Red+Green+Blue) = 66+210+106=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #42D26A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D26A is #BD2D95. Grayscale: #9B9B9B. Windows color (decimal): -12397974 or 7000642. OLE color: 7000642.

HSL color Cylindrical-coordinate representation of color #42D26A: hue angle of 136.67º 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 #42D26A is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 106 -
CMYK 0.69 0 0.50 0.18
HSL 136.67º 0.62% 0.54% -
HSV(B) 136.67º 0.69% 0.82% -
XYZ 27.89 48.29 21.49 -
YUV 155.09 100.29 64.46 -
System Red Green Blue C M Y K H S L
Decimal 66 210 106 0.69 0 0.50 0.18 136.67 0.62 0.54
Hex 42 D2 6A 45 0 32 12 89 3E 36
Octal 102 322 152 105 0 62 22 211 76 66
Binary 1000010 11010010 1101010 1000101 0 110010 10010 10001001 111110 110110

Color Harmonies of #42D26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D26A

Black with #42D26A

Text Example


Text Example

White with #42D26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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