Html Css Color HEX #42C288 Shamrock

📋 copy color: '#42C288'

red 66 ◦ green 194 ◦ blue 136

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

Shades of Shamrock #42C288

Tints of Shamrock #42C288

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

 BLUE value IS 136 (53.52% from 255) = 34.34%

R = 16.67%
G = 48.99%
B = 34.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#42C288 (or 0x42C288) is known color: Shamrock. HEX triplet: 42, C2 and 88. RGB value is (66,194,136). Sum of RGB (Red+Green+Blue) = 66+194+136=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #42C288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C288 is #BD3D77. Grayscale: #959595. Windows color (decimal): -12402040 or 8962626. OLE color: 8962626.

HSL color Cylindrical-coordinate representation of color #42C288: hue angle of 152.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C288 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 194 136 -
CMYK 0.66 0 0.30 0.24
HSL 152.81º 0.51% 0.51% -
HSV(B) 152.81º 0.66% 0.76% -
XYZ 25.98 41.52 29.94 -
YUV 149.12 120.59 68.72 -
System Red Green Blue C M Y K H S L
Decimal 66 194 136 0.66 0 0.30 0.24 152.81 0.51 0.51
Hex 42 C2 88 42 0 1E 18 99 33 33
Octal 102 302 210 102 0 36 30 231 63 63
Binary 1000010 11000010 10001000 1000010 0 11110 11000 10011001 110011 110011

Color Harmonies of #42C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C288

Black with #42C288

Text Example


Text Example

White with #42C288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,194,136); }

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

background-color css

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

 a { background-color: rgb(66,194,136); }

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

border-color css

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

 span { border-color: rgb(66,194,136); }

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