Html Css Color HEX #42C98C Shamrock

📋 copy color: '#42C98C'

red 66 ◦ green 201 ◦ blue 140

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

Shades of Shamrock #42C98C

Tints of Shamrock #42C98C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.39%

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 16.22%
G = 49.39%
B = 34.4%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#42C98C (or 0x42C98C) is known color: Shamrock. HEX triplet: 42, C9 and 8C. RGB value is (66,201,140). Sum of RGB (Red+Green+Blue) = 66+201+140=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #42C98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C98C is #BD3673. Grayscale: #999999. Windows color (decimal): -12400244 or 9226562. OLE color: 9226562.

HSL color Cylindrical-coordinate representation of color #42C98C: hue angle of 152.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C98C is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 140 -
CMYK 0.67 0 0.30 0.21
HSL 152.89º 0.56% 0.52% -
HSV(B) 152.89º 0.67% 0.79% -
XYZ 27.87 44.82 31.99 -
YUV 153.68 120.27 65.46 -
System Red Green Blue C M Y K H S L
Decimal 66 201 140 0.67 0 0.30 0.21 152.89 0.56 0.52
Hex 42 C9 8C 43 0 1E 15 99 38 34
Octal 102 311 214 103 0 36 25 231 70 64
Binary 1000010 11001001 10001100 1000011 0 11110 10101 10011001 111000 110100

Color Harmonies of #42C98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C98C

Black with #42C98C

Text Example


Text Example

White with #42C98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,201,140); }

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

background-color css

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

 a { background-color: rgb(66,201,140); }

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

border-color css

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

 span { border-color: rgb(66,201,140); }

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