Html Css Color HEX #42D09F Shamrock

📋 copy color: '#42D09F'

red 66 ◦ green 208 ◦ blue 159

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

Shades of Shamrock #42D09F

Tints of Shamrock #42D09F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.04%

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

R = 15.24%
G = 48.04%
B = 36.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#42D09F (or 0x42D09F) is known color: Shamrock. HEX triplet: 42, D0 and 9F. RGB value is (66,208,159). Sum of RGB (Red+Green+Blue) = 66+208+159=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #42D09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D09F is #BD2F60. Grayscale: #A0A0A0. Windows color (decimal): -12398433 or 10473538. OLE color: 10473538.

HSL color Cylindrical-coordinate representation of color #42D09F: hue angle of 159.3º degrees, saturation: 0.6, 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 #42D09F is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 208 159 -
CMYK 0.68 0 0.24 0.18
HSL 159.3º 0.6% 0.54% -
HSV(B) 159.3º 0.68% 0.82% -
XYZ 31.06 48.77 40.58 -
YUV 159.96 127.46 60.98 -
System Red Green Blue C M Y K H S L
Decimal 66 208 159 0.68 0 0.24 0.18 159.3 0.6 0.54
Hex 42 D0 9F 44 0 18 12 9F 3C 36
Octal 102 320 237 104 0 30 22 237 74 66
Binary 1000010 11010000 10011111 1000100 0 11000 10010 10011111 111100 110110

Color Harmonies of #42D09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D09F

Black with #42D09F

Text Example


Text Example

White with #42D09F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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