Html Css Color HEX #42CB60 Emerald

📋 copy color: '#42CB60'

red 66 ◦ green 203 ◦ blue 96

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

Shades of Emerald #42CB60

Tints of Emerald #42CB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 18.08%
G = 55.62%
B = 26.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#42CB60 (or 0x42CB60) is known color: Emerald. HEX triplet: 42, CB and 60. RGB value is (66,203,96). Sum of RGB (Red+Green+Blue) = 66+203+96=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 203 (79.69% from 255 or 55.62% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42CB60 is #BD349F. Grayscale: #969696. Windows color (decimal): -12399776 or 6343490. OLE color: 6343490.

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

Color convert

RGB 66 203 96 -
CMYK 0.67 0 0.53 0.20
HSL 133.14º 0.57% 0.53% -
HSV(B) 133.14º 0.67% 0.8% -
XYZ 25.71 44.71 18.34 -
YUV 149.84 97.61 68.2 -
System Red Green Blue C M Y K H S L
Decimal 66 203 96 0.67 0 0.53 0.20 133.14 0.57 0.53
Hex 42 CB 60 43 0 35 14 85 39 35
Octal 102 313 140 103 0 65 24 205 71 65
Binary 1000010 11001011 1100000 1000011 0 110101 10100 10000101 111001 110101

Color Harmonies of #42CB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CB60

Black with #42CB60

Text Example


Text Example

White with #42CB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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