Html Css Color HEX #42D095 Shamrock

📋 copy color: '#42D095'

red 66 ◦ green 208 ◦ blue 149

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

Shades of Shamrock #42D095

Tints of Shamrock #42D095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 15.6%
G = 49.17%
B = 35.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#42D095 (or 0x42D095) is known color: Shamrock. HEX triplet: 42, D0 and 95. RGB value is (66,208,149). Sum of RGB (Red+Green+Blue) = 66+208+149=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #42D095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D095 is #BD2F6A. Grayscale: #9E9E9E. Windows color (decimal): -12398443 or 9818178. OLE color: 9818178.

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

Color convert

RGB 66 208 149 -
CMYK 0.68 0 0.28 0.18
HSL 155.07º 0.6% 0.54% -
HSV(B) 155.07º 0.68% 0.82% -
XYZ 30.23 48.44 36.19 -
YUV 158.82 122.46 61.8 -
System Red Green Blue C M Y K H S L
Decimal 66 208 149 0.68 0 0.28 0.18 155.07 0.6 0.54
Hex 42 D0 95 44 0 1C 12 9B 3C 36
Octal 102 320 225 104 0 34 22 233 74 66
Binary 1000010 11010000 10010101 1000100 0 11100 10010 10011011 111100 110110

Color Harmonies of #42D095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D095

Black with #42D095

Text Example


Text Example

White with #42D095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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