Html Css Color HEX #42DB5B Emerald

📋 copy color: '#42DB5B'

red 66 ◦ green 219 ◦ blue 91

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

Shades of Emerald #42DB5B

Tints of Emerald #42DB5B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.24%

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 17.55%
G = 58.24%
B = 24.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#42DB5B (or 0x42DB5B) is known color: Emerald. HEX triplet: 42, DB and 5B. RGB value is (66,219,91). Sum of RGB (Red+Green+Blue) = 66+219+91=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DB5B is #BD24A4. Grayscale: #9F9F9F. Windows color (decimal): -12395685 or 6019906. OLE color: 6019906.

HSL color Cylindrical-coordinate representation of color #42DB5B: hue angle of 129.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DB5B is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 219 91 -
CMYK 0.70 0 0.58 0.14
HSL 129.8º 0.68% 0.56% -
HSV(B) 129.8º 0.7% 0.86% -
XYZ 29.47 52.58 18.49 -
YUV 158.66 89.81 61.91 -
System Red Green Blue C M Y K H S L
Decimal 66 219 91 0.70 0 0.58 0.14 129.8 0.68 0.56
Hex 42 DB 5B 46 0 3A E 82 44 38
Octal 102 333 133 106 0 72 16 202 104 70
Binary 1000010 11011011 1011011 1000110 0 111010 1110 10000010 1000100 111000

Color Harmonies of #42DB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DB5B

Black with #42DB5B

Text Example


Text Example

White with #42DB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,219,91); }

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

background-color css

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

 a { background-color: rgb(66,219,91); }

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

border-color css

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

 span { border-color: rgb(66,219,91); }

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