Html Css Color HEX #42D267 Emerald

📋 copy color: '#42D267'

red 66 ◦ green 210 ◦ blue 103

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

Shades of Emerald #42D267

Tints of Emerald #42D267

RGB

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

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

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

R = 17.41%
G = 55.41%
B = 27.18%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#42D267 (or 0x42D267) is known color: Emerald. HEX triplet: 42, D2 and 67. RGB value is (66,210,103). Sum of RGB (Red+Green+Blue) = 66+210+103=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #42D267 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D267 is #BD2D98. Grayscale: #9B9B9B. Windows color (decimal): -12397977 or 6804034. OLE color: 6804034.

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

Color convert

RGB 66 210 103 -
CMYK 0.69 0 0.51 0.18
HSL 135.42º 0.62% 0.54% -
HSV(B) 135.42º 0.69% 0.82% -
XYZ 27.74 48.23 20.68 -
YUV 154.75 98.79 64.7 -
System Red Green Blue C M Y K H S L
Decimal 66 210 103 0.69 0 0.51 0.18 135.42 0.62 0.54
Hex 42 D2 67 45 0 33 12 87 3E 36
Octal 102 322 147 105 0 63 22 207 76 66
Binary 1000010 11010010 1100111 1000101 0 110011 10010 10000111 111110 110110

Color Harmonies of #42D267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D267

Black with #42D267

Text Example


Text Example

White with #42D267

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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