Html Css Color HEX #42CB57 Emerald

📋 copy color: '#42CB57'

red 66 ◦ green 203 ◦ blue 87

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

Shades of Emerald #42CB57

Tints of Emerald #42CB57

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.02%

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

R = 18.54%
G = 57.02%
B = 24.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#42CB57 (or 0x42CB57) is known color: Emerald. HEX triplet: 42, CB and 57. RGB value is (66,203,87). Sum of RGB (Red+Green+Blue) = 66+203+87=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB57 is #BD34A8. Grayscale: #959595. Windows color (decimal): -12399785 or 5753666. OLE color: 5753666.

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

Color convert

RGB 66 203 87 -
CMYK 0.67 0 0.57 0.20
HSL 129.2º 0.57% 0.53% -
HSV(B) 129.2º 0.67% 0.8% -
XYZ 25.32 44.56 16.28 -
YUV 148.81 93.11 68.93 -
System Red Green Blue C M Y K H S L
Decimal 66 203 87 0.67 0 0.57 0.20 129.2 0.57 0.53
Hex 42 CB 57 43 0 39 14 81 39 35
Octal 102 313 127 103 0 71 24 201 71 65
Binary 1000010 11001011 1010111 1000011 0 111001 10100 10000001 111001 110101

Color Harmonies of #42CB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB57

Black with #42CB57

Text Example


Text Example

White with #42CB57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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