Html Css Color HEX #42DB5C Emerald

📋 copy color: '#42DB5C'

red 66 ◦ green 219 ◦ blue 92

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

Shades of Emerald #42DB5C

Tints of Emerald #42DB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.4%

R = 17.51%
G = 58.09%
B = 24.4%

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

#42DB5C (or 0x42DB5C) is known color: Emerald. HEX triplet: 42, DB and 5C. RGB value is (66,219,92). Sum of RGB (Red+Green+Blue) = 66+219+92=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DB5C is #BD24A3. Grayscale: #9F9F9F. Windows color (decimal): -12395684 or 6085442. OLE color: 6085442.

HSL color Cylindrical-coordinate representation of color #42DB5C: hue angle of 130.2º 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 #42DB5C is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 219 92 -
CMYK 0.70 0 0.58 0.14
HSL 130.2º 0.68% 0.56% -
HSV(B) 130.2º 0.7% 0.86% -
XYZ 29.51 52.59 18.72 -
YUV 158.78 90.31 61.83 -
System Red Green Blue C M Y K H S L
Decimal 66 219 92 0.70 0 0.58 0.14 130.2 0.68 0.56
Hex 42 DB 5C 46 0 3A E 82 44 38
Octal 102 333 134 106 0 72 16 202 104 70
Binary 1000010 11011011 1011100 1000110 0 111010 1110 10000010 1000100 111000

Color Harmonies of #42DB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DB5C

Black with #42DB5C

Text Example


Text Example

White with #42DB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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