Html Css Color HEX #42CC57 Emerald

📋 copy color: '#42CC57'

red 66 ◦ green 204 ◦ blue 87

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

Shades of Emerald #42CC57

Tints of Emerald #42CC57

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.14%

 BLUE value IS 87 (34.38% from 255) = 24.37%

R = 18.49%
G = 57.14%
B = 24.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.2

RGB Variations

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

Color information

#42CC57 (or 0x42CC57) is known color: Emerald. HEX triplet: 42, CC and 57. RGB value is (66,204,87). Sum of RGB (Red+Green+Blue) = 66+204+87=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CC57 is #BD33A8. Grayscale: #959595. Windows color (decimal): -12399529 or 5753922. OLE color: 5753922.

HSL color Cylindrical-coordinate representation of color #42CC57: hue angle of 129.13º degrees, saturation: 0.57, 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 #42CC57 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 87 -
CMYK 0.68 0 0.57 0.2
HSL 129.13º 0.58% 0.53% -
HSV(B) 129.13º 0.68% 0.8% -
XYZ 25.56 45.03 16.36 -
YUV 149.4 92.78 68.51 -
System Red Green Blue C M Y K H S L
Decimal 66 204 87 0.68 0 0.57 0.2 129.13 0.58 0.53
Hex 42 CC 57 44 0 39 14 81 3A 35
Octal 102 314 127 104 0 71 24 201 72 65
Binary 1000010 11001100 1010111 1000100 0 111001 10100 10000001 111010 110101

Color Harmonies of #42CC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CC57

Black with #42CC57

Text Example


Text Example

White with #42CC57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,204,87); }

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

background-color css

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

 a { background-color: rgb(66,204,87); }

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

border-color css

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

 span { border-color: rgb(66,204,87); }

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