Html Css Color HEX #42CD5E Emerald

📋 copy color: '#42CD5E'

red 66 ◦ green 205 ◦ blue 94

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

Shades of Emerald #42CD5E

Tints of Emerald #42CD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.75%

R = 18.08%
G = 56.16%
B = 25.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#42CD5E (or 0x42CD5E) is known color: Emerald. HEX triplet: 42, CD and 5E. RGB value is (66,205,94). Sum of RGB (Red+Green+Blue) = 66+205+94=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CD5E is #BD32A1. Grayscale: #979797. Windows color (decimal): -12399266 or 6212930. OLE color: 6212930.

HSL color Cylindrical-coordinate representation of color #42CD5E: hue angle of 132.09º 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 #42CD5E is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 94 -
CMYK 0.68 0 0.54 0.20
HSL 132.09º 0.58% 0.53% -
HSV(B) 132.09º 0.68% 0.8% -
XYZ 26.1 45.63 18.02 -
YUV 150.79 95.95 67.53 -
System Red Green Blue C M Y K H S L
Decimal 66 205 94 0.68 0 0.54 0.20 132.09 0.58 0.53
Hex 42 CD 5E 44 0 36 14 84 3A 35
Octal 102 315 136 104 0 66 24 204 72 65
Binary 1000010 11001101 1011110 1000100 0 110110 10100 10000100 111010 110101

Color Harmonies of #42CD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD5E

Black with #42CD5E

Text Example


Text Example

White with #42CD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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