Html Css Color HEX #42D99D Shamrock

📋 copy color: '#42D99D'

red 66 ◦ green 217 ◦ blue 157

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

Shades of Shamrock #42D99D

Tints of Shamrock #42D99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.32%

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 15%
G = 49.32%
B = 35.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#42D99D (or 0x42D99D) is known color: Shamrock. HEX triplet: 42, D9 and 9D. RGB value is (66,217,157). Sum of RGB (Red+Green+Blue) = 66+217+157=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #42D99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D99D is #BD2662. Grayscale: #A5A5A5. Windows color (decimal): -12396131 or 10344770. OLE color: 10344770.

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

Color convert

RGB 66 217 157 -
CMYK 0.70 0 0.28 0.15
HSL 156.16º 0.67% 0.55% -
HSV(B) 156.16º 0.7% 0.85% -
XYZ 33.15 53.22 40.42 -
YUV 165.01 123.47 57.38 -
System Red Green Blue C M Y K H S L
Decimal 66 217 157 0.70 0 0.28 0.15 156.16 0.67 0.55
Hex 42 D9 9D 46 0 1C F 9C 43 37
Octal 102 331 235 106 0 34 17 234 103 67
Binary 1000010 11011001 10011101 1000110 0 11100 1111 10011100 1000011 110111

Color Harmonies of #42D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D99D

Black with #42D99D

Text Example


Text Example

White with #42D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,217,157); }

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

background-color css

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

 a { background-color: rgb(66,217,157); }

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

border-color css

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

 span { border-color: rgb(66,217,157); }

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