Html Css Color HEX #42C98B Shamrock

📋 copy color: '#42C98B'

red 66 ◦ green 201 ◦ blue 139

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

Shades of Shamrock #42C98B

Tints of Shamrock #42C98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 16.26%
G = 49.51%
B = 34.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#42C98B (or 0x42C98B) is known color: Shamrock. HEX triplet: 42, C9 and 8B. RGB value is (66,201,139). Sum of RGB (Red+Green+Blue) = 66+201+139=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #42C98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C98B is #BD3674. Grayscale: #999999. Windows color (decimal): -12400245 or 9161026. OLE color: 9161026.

HSL color Cylindrical-coordinate representation of color #42C98B: hue angle of 152.44º 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 #42C98B is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 201 139 -
CMYK 0.67 0 0.31 0.21
HSL 152.44º 0.56% 0.52% -
HSV(B) 152.44º 0.67% 0.79% -
XYZ 27.79 44.8 31.61 -
YUV 153.57 119.77 65.54 -
System Red Green Blue C M Y K H S L
Decimal 66 201 139 0.67 0 0.31 0.21 152.44 0.56 0.52
Hex 42 C9 8B 43 0 1F 15 98 38 34
Octal 102 311 213 103 0 37 25 230 70 64
Binary 1000010 11001001 10001011 1000011 0 11111 10101 10011000 111000 110100

Color Harmonies of #42C98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C98B

Black with #42C98B

Text Example


Text Example

White with #42C98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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