Html Css Color HEX #42D99F Shamrock

📋 copy color: '#42D99F'

red 66 ◦ green 217 ◦ blue 159

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

Shades of Shamrock #42D99F

Tints of Shamrock #42D99F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.97%

R = 14.93%
G = 49.1%
B = 35.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#42D99F (or 0x42D99F) is known color: Shamrock. HEX triplet: 42, D9 and 9F. RGB value is (66,217,159). Sum of RGB (Red+Green+Blue) = 66+217+159=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #42D99F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D99F is #BD2660. Grayscale: #A5A5A5. Windows color (decimal): -12396129 or 10475842. OLE color: 10475842.

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

Color convert

RGB 66 217 159 -
CMYK 0.70 0 0.27 0.15
HSL 156.95º 0.67% 0.55% -
HSV(B) 156.95º 0.7% 0.85% -
XYZ 33.32 53.29 41.33 -
YUV 165.24 124.47 57.22 -
System Red Green Blue C M Y K H S L
Decimal 66 217 159 0.70 0 0.27 0.15 156.95 0.67 0.55
Hex 42 D9 9F 46 0 1B F 9D 43 37
Octal 102 331 237 106 0 33 17 235 103 67
Binary 1000010 11011001 10011111 1000110 0 11011 1111 10011101 1000011 110111

Color Harmonies of #42D99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D99F

Black with #42D99F

Text Example


Text Example

White with #42D99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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