Html Css Color HEX #42D15F Emerald

📋 copy color: '#42D15F'

red 66 ◦ green 209 ◦ blue 95

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

Shades of Emerald #42D15F

Tints of Emerald #42D15F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.49%

 BLUE value IS 95 (37.5% from 255) = 25.68%

R = 17.84%
G = 56.49%
B = 25.68%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#42D15F (or 0x42D15F) is known color: Emerald. HEX triplet: 42, D1 and 5F. RGB value is (66,209,95). Sum of RGB (Red+Green+Blue) = 66+209+95=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 209 (82.03% from 255 or 56.49% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 209 - color contains mainly: green. Hex color #42D15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D15F is #BD2EA0. Grayscale: #999999. Windows color (decimal): -12398241 or 6279490. OLE color: 6279490.

HSL color Cylindrical-coordinate representation of color #42D15F: hue angle of 132.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D15F is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 209 95 -
CMYK 0.68 0 0.55 0.18
HSL 132.17º 0.61% 0.54% -
HSV(B) 132.17º 0.68% 0.82% -
XYZ 27.11 47.59 18.58 -
YUV 153.25 95.12 65.77 -
System Red Green Blue C M Y K H S L
Decimal 66 209 95 0.68 0 0.55 0.18 132.17 0.61 0.54
Hex 42 D1 5F 44 0 37 12 84 3D 36
Octal 102 321 137 104 0 67 22 204 75 66
Binary 1000010 11010001 1011111 1000100 0 110111 10010 10000100 111101 110110

Color Harmonies of #42D15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D15F

Black with #42D15F

Text Example


Text Example

White with #42D15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,209,95); }

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

background-color css

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

 a { background-color: rgb(66,209,95); }

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

border-color css

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

 span { border-color: rgb(66,209,95); }

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