Html Css Color HEX #42C858 Emerald

📋 copy color: '#42C858'

red 66 ◦ green 200 ◦ blue 88

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

Shades of Emerald #42C858

Tints of Emerald #42C858

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.5%

 BLUE value IS 88 (34.77% from 255) = 24.86%

R = 18.64%
G = 56.5%
B = 24.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#42C858 (or 0x42C858) is known color: Emerald. HEX triplet: 42, C8 and 58. RGB value is (66,200,88). Sum of RGB (Red+Green+Blue) = 66+200+88=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #42C858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C858 is #BD37A7. Grayscale: #939393. Windows color (decimal): -12400552 or 5818434. OLE color: 5818434.

HSL color Cylindrical-coordinate representation of color #42C858: hue angle of 129.85º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C858 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 200 88 -
CMYK 0.67 0 0.56 0.22
HSL 129.85º 0.55% 0.52% -
HSV(B) 129.85º 0.67% 0.78% -
XYZ 24.66 43.17 16.27 -
YUV 147.17 94.61 70.11 -
System Red Green Blue C M Y K H S L
Decimal 66 200 88 0.67 0 0.56 0.22 129.85 0.55 0.52
Hex 42 C8 58 43 0 38 16 82 37 34
Octal 102 310 130 103 0 70 26 202 67 64
Binary 1000010 11001000 1011000 1000011 0 111000 10110 10000010 110111 110100

Color Harmonies of #42C858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C858

Black with #42C858

Text Example


Text Example

White with #42C858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,200,88); }

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

background-color css

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

 a { background-color: rgb(66,200,88); }

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

border-color css

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

 span { border-color: rgb(66,200,88); }

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