Html Css Color HEX #42D27F Emerald

📋 copy color: '#42D27F'

red 66 ◦ green 210 ◦ blue 127

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

Shades of Emerald #42D27F

Tints of Emerald #42D27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.51%

R = 16.38%
G = 52.11%
B = 31.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#42D27F (or 0x42D27F) is known color: Emerald. HEX triplet: 42, D2 and 7F. RGB value is (66,210,127). Sum of RGB (Red+Green+Blue) = 66+210+127=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #42D27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D27F is #BD2D80. Grayscale: #9D9D9D. Windows color (decimal): -12397953 or 8376898. OLE color: 8376898.

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

Color convert

RGB 66 210 127 -
CMYK 0.69 0 0.40 0.18
HSL 145.42º 0.62% 0.54% -
HSV(B) 145.42º 0.69% 0.82% -
XYZ 29.12 48.78 27.96 -
YUV 157.48 110.79 62.75 -
System Red Green Blue C M Y K H S L
Decimal 66 210 127 0.69 0 0.40 0.18 145.42 0.62 0.54
Hex 42 D2 7F 45 0 28 12 91 3E 36
Octal 102 322 177 105 0 50 22 221 76 66
Binary 1000010 11010010 1111111 1000101 0 101000 10010 10010001 111110 110110

Color Harmonies of #42D27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D27F

Black with #42D27F

Text Example


Text Example

White with #42D27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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