Html Css Color HEX #42CC85 Emerald

📋 copy color: '#42CC85'

red 66 ◦ green 204 ◦ blue 133

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

Shades of Emerald #42CC85

Tints of Emerald #42CC85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33%

R = 16.38%
G = 50.62%
B = 33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#42CC85 (or 0x42CC85) is known color: Emerald. HEX triplet: 42, CC and 85. RGB value is (66,204,133). Sum of RGB (Red+Green+Blue) = 66+204+133=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CC85 is #BD337A. Grayscale: #9A9A9A. Windows color (decimal): -12399483 or 8768578. OLE color: 8768578.

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

Color convert

RGB 66 204 133 -
CMYK 0.68 0 0.35 0.2
HSL 149.13º 0.58% 0.53% -
HSV(B) 149.13º 0.68% 0.8% -
XYZ 28.07 46.04 29.6 -
YUV 154.64 115.78 64.77 -
System Red Green Blue C M Y K H S L
Decimal 66 204 133 0.68 0 0.35 0.2 149.13 0.58 0.53
Hex 42 CC 85 44 0 23 14 95 3A 35
Octal 102 314 205 104 0 43 24 225 72 65
Binary 1000010 11001100 10000101 1000100 0 100011 10100 10010101 111010 110101

Color Harmonies of #42CC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CC85

Black with #42CC85

Text Example


Text Example

White with #42CC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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