Html Css Color HEX #42D6A5 Shamrock

📋 copy color: '#42D6A5'

red 66 ◦ green 214 ◦ blue 165

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

Shades of Shamrock #42D6A5

Tints of Shamrock #42D6A5

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.09%

 BLUE value IS 165 (64.84% from 255) = 37.08%

R = 14.83%
G = 48.09%
B = 37.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#42D6A5 (or 0x42D6A5) is known color: Shamrock. HEX triplet: 42, D6 and A5. RGB value is (66,214,165). Sum of RGB (Red+Green+Blue) = 66+214+165=445 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.83% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #42D6A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D6A5 is #BD295A. Grayscale: #A4A4A4. Windows color (decimal): -12396891 or 10868290. OLE color: 10868290.

HSL color Cylindrical-coordinate representation of color #42D6A5: hue angle of 160.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D6A5 is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 214 165 -
CMYK 0.69 0 0.23 0.16
HSL 160.14º 0.64% 0.55% -
HSV(B) 160.14º 0.69% 0.84% -
XYZ 33.08 51.97 43.88 -
YUV 164.16 128.47 57.98 -
System Red Green Blue C M Y K H S L
Decimal 66 214 165 0.69 0 0.23 0.16 160.14 0.64 0.55
Hex 42 D6 A5 45 0 17 10 A0 40 37
Octal 102 326 245 105 0 27 20 240 100 67
Binary 1000010 11010110 10100101 1000101 0 10111 10000 10100000 1000000 110111

Color Harmonies of #42D6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D6A5

Black with #42D6A5

Text Example


Text Example

White with #42D6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,214,165); }

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

background-color css

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

 a { background-color: rgb(66,214,165); }

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

border-color css

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

 span { border-color: rgb(66,214,165); }

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