Html Css Color HEX #42C283 Emerald

📋 copy color: '#42C283'

red 66 ◦ green 194 ◦ blue 131

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

Shades of Emerald #42C283

Tints of Emerald #42C283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.5%

R = 16.88%
G = 49.62%
B = 33.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#42C283 (or 0x42C283) is known color: Emerald. HEX triplet: 42, C2 and 83. RGB value is (66,194,131). Sum of RGB (Red+Green+Blue) = 66+194+131=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #42C283 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C283 is #BD3D7C. Grayscale: #949494. Windows color (decimal): -12402045 or 8634946. OLE color: 8634946.

HSL color Cylindrical-coordinate representation of color #42C283: hue angle of 150.47º 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 #42C283 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 194 131 -
CMYK 0.66 0 0.32 0.24
HSL 150.47º 0.51% 0.51% -
HSV(B) 150.47º 0.66% 0.76% -
XYZ 25.64 41.38 28.11 -
YUV 148.55 118.09 69.12 -
System Red Green Blue C M Y K H S L
Decimal 66 194 131 0.66 0 0.32 0.24 150.47 0.51 0.51
Hex 42 C2 83 42 0 20 18 96 33 33
Octal 102 302 203 102 0 40 30 226 63 63
Binary 1000010 11000010 10000011 1000010 0 100000 11000 10010110 110011 110011

Color Harmonies of #42C283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C283

Black with #42C283

Text Example


Text Example

White with #42C283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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