Html Css Color HEX #42CD5D Emerald

📋 copy color: '#42CD5D'

red 66 ◦ green 205 ◦ blue 93

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

Shades of Emerald #42CD5D

Tints of Emerald #42CD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.32%

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 18.13%
G = 56.32%
B = 25.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#42CD5D (or 0x42CD5D) is known color: Emerald. HEX triplet: 42, CD and 5D. RGB value is (66,205,93). Sum of RGB (Red+Green+Blue) = 66+205+93=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CD5D is #BD32A2. Grayscale: #969696. Windows color (decimal): -12399267 or 6147394. OLE color: 6147394.

HSL color Cylindrical-coordinate representation of color #42CD5D: hue angle of 131.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD5D is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 93 -
CMYK 0.68 0 0.55 0.20
HSL 131.65º 0.58% 0.53% -
HSV(B) 131.65º 0.68% 0.8% -
XYZ 26.05 45.61 17.79 -
YUV 150.67 95.45 67.61 -
System Red Green Blue C M Y K H S L
Decimal 66 205 93 0.68 0 0.55 0.20 131.65 0.58 0.53
Hex 42 CD 5D 44 0 37 14 84 3A 35
Octal 102 315 135 104 0 67 24 204 72 65
Binary 1000010 11001101 1011101 1000100 0 110111 10100 10000100 111010 110101

Color Harmonies of #42CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD5D

Black with #42CD5D

Text Example


Text Example

White with #42CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,205,93); }

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

background-color css

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

 a { background-color: rgb(66,205,93); }

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

border-color css

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

 span { border-color: rgb(66,205,93); }

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