Html Css Color HEX #42D88D Shamrock

📋 copy color: '#42D88D'

red 66 ◦ green 216 ◦ blue 141

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

Shades of Shamrock #42D88D

Tints of Shamrock #42D88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 15.6%
G = 51.06%
B = 33.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#42D88D (or 0x42D88D) is known color: Shamrock. HEX triplet: 42, D8 and 8D. RGB value is (66,216,141). Sum of RGB (Red+Green+Blue) = 66+216+141=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #42D88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D88D is #BD2772. Grayscale: #A2A2A2. Windows color (decimal): -12396403 or 9295938. OLE color: 9295938.

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

Color convert

RGB 66 216 141 -
CMYK 0.69 0 0.35 0.15
HSL 150º 0.66% 0.55% -
HSV(B) 150º 0.69% 0.85% -
XYZ 31.61 52.19 33.61 -
YUV 162.6 115.81 59.1 -
System Red Green Blue C M Y K H S L
Decimal 66 216 141 0.69 0 0.35 0.15 150 0.66 0.55
Hex 42 D8 8D 45 0 23 F 96 42 37
Octal 102 330 215 105 0 43 17 226 102 67
Binary 1000010 11011000 10001101 1000101 0 100011 1111 10010110 1000010 110111

Color Harmonies of #42D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D88D

Black with #42D88D

Text Example


Text Example

White with #42D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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