Html Css Color HEX #42D363 Emerald

📋 copy color: '#42D363'

red 66 ◦ green 211 ◦ blue 99

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

Shades of Emerald #42D363

Tints of Emerald #42D363

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.12%

 BLUE value IS 99 (39.06% from 255) = 26.33%

R = 17.55%
G = 56.12%
B = 26.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#42D363 (or 0x42D363) is known color: Emerald. HEX triplet: 42, D3 and 63. RGB value is (66,211,99). Sum of RGB (Red+Green+Blue) = 66+211+99=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #42D363 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D363 is #BD2C9C. Grayscale: #9B9B9B. Windows color (decimal): -12397725 or 6542146. OLE color: 6542146.

HSL color Cylindrical-coordinate representation of color #42D363: hue angle of 133.66º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D363 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 211 99 -
CMYK 0.69 0 0.53 0.17
HSL 133.66º 0.62% 0.54% -
HSV(B) 133.66º 0.69% 0.83% -
XYZ 27.79 48.65 19.73 -
YUV 154.88 96.46 64.61 -
System Red Green Blue C M Y K H S L
Decimal 66 211 99 0.69 0 0.53 0.17 133.66 0.62 0.54
Hex 42 D3 63 45 0 35 11 86 3E 36
Octal 102 323 143 105 0 65 21 206 76 66
Binary 1000010 11010011 1100011 1000101 0 110101 10001 10000110 111110 110110

Color Harmonies of #42D363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D363

Black with #42D363

Text Example


Text Example

White with #42D363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,211,99); }

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

background-color css

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

 a { background-color: rgb(66,211,99); }

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

border-color css

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

 span { border-color: rgb(66,211,99); }

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