Html Css Color HEX #42D89A Shamrock

📋 copy color: '#42D89A'

red 66 ◦ green 216 ◦ blue 154

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

Shades of Shamrock #42D89A

Tints of Shamrock #42D89A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.54%

 BLUE value IS 154 (60.55% from 255) = 35.32%

R = 15.14%
G = 49.54%
B = 35.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#42D89A (or 0x42D89A) is known color: Shamrock. HEX triplet: 42, D8 and 9A. RGB value is (66,216,154). Sum of RGB (Red+Green+Blue) = 66+216+154=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #42D89A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D89A is #BD2765. Grayscale: #A4A4A4. Windows color (decimal): -12396390 or 10147906. OLE color: 10147906.

HSL color Cylindrical-coordinate representation of color #42D89A: hue angle of 155.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D89A is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 154 -
CMYK 0.69 0 0.29 0.15
HSL 155.2º 0.66% 0.55% -
HSV(B) 155.2º 0.69% 0.85% -
XYZ 32.64 52.6 39.01 -
YUV 164.08 122.31 58.04 -
System Red Green Blue C M Y K H S L
Decimal 66 216 154 0.69 0 0.29 0.15 155.2 0.66 0.55
Hex 42 D8 9A 45 0 1D F 9B 42 37
Octal 102 330 232 105 0 35 17 233 102 67
Binary 1000010 11011000 10011010 1000101 0 11101 1111 10011011 1000010 110111

Color Harmonies of #42D89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D89A

Black with #42D89A

Text Example


Text Example

White with #42D89A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,216,154); }

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

background-color css

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

 a { background-color: rgb(66,216,154); }

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

border-color css

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

 span { border-color: rgb(66,216,154); }

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