Html Css Color HEX #42CC97 Shamrock

📋 copy color: '#42CC97'

red 66 ◦ green 204 ◦ blue 151

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

Shades of Shamrock #42CC97

Tints of Shamrock #42CC97

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.46%

 BLUE value IS 151 (59.38% from 255) = 35.87%

R = 15.68%
G = 48.46%
B = 35.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#42CC97 (or 0x42CC97) is known color: Shamrock. HEX triplet: 42, CC and 97. RGB value is (66,204,151). Sum of RGB (Red+Green+Blue) = 66+204+151=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #42CC97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CC97 is #BD3368. Grayscale: #9C9C9C. Windows color (decimal): -12399465 or 9948226. OLE color: 9948226.

HSL color Cylindrical-coordinate representation of color #42CC97: hue angle of 156.96º degrees, saturation: 0.57, 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 #42CC97 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 204 151 -
CMYK 0.68 0 0.26 0.2
HSL 156.96º 0.58% 0.53% -
HSV(B) 156.96º 0.68% 0.8% -
XYZ 29.43 46.58 36.72 -
YUV 156.7 124.78 63.31 -
System Red Green Blue C M Y K H S L
Decimal 66 204 151 0.68 0 0.26 0.2 156.96 0.58 0.53
Hex 42 CC 97 44 0 1A 14 9D 3A 35
Octal 102 314 227 104 0 32 24 235 72 65
Binary 1000010 11001100 10010111 1000100 0 11010 10100 10011101 111010 110101

Color Harmonies of #42CC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42CC97

Black with #42CC97

Text Example


Text Example

White with #42CC97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,204,151); }

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

background-color css

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

 a { background-color: rgb(66,204,151); }

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

border-color css

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

 span { border-color: rgb(66,204,151); }

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