Html Css Color HEX #42CD93 Shamrock

📋 copy color: '#42CD93'

red 66 ◦ green 205 ◦ blue 147

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

Shades of Shamrock #42CD93

Tints of Shamrock #42CD93

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.04%

 BLUE value IS 147 (57.81% from 255) = 35.17%

R = 15.79%
G = 49.04%
B = 35.17%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#42CD93 (or 0x42CD93) is known color: Shamrock. HEX triplet: 42, CD and 93. RGB value is (66,205,147). Sum of RGB (Red+Green+Blue) = 66+205+147=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #42CD93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CD93 is #BD326C. Grayscale: #9C9C9C. Windows color (decimal): -12399213 or 9686338. OLE color: 9686338.

HSL color Cylindrical-coordinate representation of color #42CD93: hue angle of 154.96º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CD93 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 205 147 -
CMYK 0.68 0 0.28 0.20
HSL 154.96º 0.58% 0.53% -
HSV(B) 154.96º 0.68% 0.8% -
XYZ 29.34 46.93 35.12 -
YUV 156.83 122.45 63.22 -
System Red Green Blue C M Y K H S L
Decimal 66 205 147 0.68 0 0.28 0.20 154.96 0.58 0.53
Hex 42 CD 93 44 0 1C 14 9B 3A 35
Octal 102 315 223 104 0 34 24 233 72 65
Binary 1000010 11001101 10010011 1000100 0 11100 10100 10011011 111010 110101

Color Harmonies of #42CD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CD93

Black with #42CD93

Text Example


Text Example

White with #42CD93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,205,147); }

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

background-color css

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

 a { background-color: rgb(66,205,147); }

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

border-color css

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

 span { border-color: rgb(66,205,147); }

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