Html Css Color HEX #42DA85 Emerald

📋 copy color: '#42DA85'

red 66 ◦ green 218 ◦ blue 133

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

Shades of Emerald #42DA85

Tints of Emerald #42DA85

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.28%

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

R = 15.83%
G = 52.28%
B = 31.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#42DA85 (or 0x42DA85) is known color: Emerald. HEX triplet: 42, DA and 85. RGB value is (66,218,133). Sum of RGB (Red+Green+Blue) = 66+218+133=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 218 (85.55% from 255 or 52.28% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DA85 is #BD257A. Grayscale: #A3A3A3. Windows color (decimal): -12395899 or 8772162. OLE color: 8772162.

HSL color Cylindrical-coordinate representation of color #42DA85: hue angle of 146.45º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DA85 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 218 133 -
CMYK 0.70 0 0.39 0.15
HSL 146.45º 0.67% 0.56% -
HSV(B) 146.45º 0.7% 0.85% -
XYZ 31.55 52.99 30.76 -
YUV 162.86 111.14 58.91 -
System Red Green Blue C M Y K H S L
Decimal 66 218 133 0.70 0 0.39 0.15 146.45 0.67 0.56
Hex 42 DA 85 46 0 27 F 92 43 38
Octal 102 332 205 106 0 47 17 222 103 70
Binary 1000010 11011010 10000101 1000110 0 100111 1111 10010010 1000011 111000

Color Harmonies of #42DA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA85

Black with #42DA85

Text Example


Text Example

White with #42DA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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