Html Css Color HEX #42C285 Emerald

📋 copy color: '#42C285'

red 66 ◦ green 194 ◦ blue 133

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

Shades of Emerald #42C285

Tints of Emerald #42C285

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.36%

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

R = 16.79%
G = 49.36%
B = 33.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#42C285 (or 0x42C285) is known color: Emerald. HEX triplet: 42, C2 and 85. RGB value is (66,194,133). Sum of RGB (Red+Green+Blue) = 66+194+133=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #42C285 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C285 is #BD3D7A. Grayscale: #949494. Windows color (decimal): -12402043 or 8766018. OLE color: 8766018.

HSL color Cylindrical-coordinate representation of color #42C285: hue angle of 151.41º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C285 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 194 133 -
CMYK 0.66 0 0.31 0.24
HSL 151.41º 0.51% 0.51% -
HSV(B) 151.41º 0.66% 0.76% -
XYZ 25.77 41.44 28.83 -
YUV 148.77 119.09 68.96 -
System Red Green Blue C M Y K H S L
Decimal 66 194 133 0.66 0 0.31 0.24 151.41 0.51 0.51
Hex 42 C2 85 42 0 1F 18 97 33 33
Octal 102 302 205 102 0 37 30 227 63 63
Binary 1000010 11000010 10000101 1000010 0 11111 11000 10010111 110011 110011

Color Harmonies of #42C285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C285

Black with #42C285

Text Example


Text Example

White with #42C285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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