#42CB98

Color #42CB98 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #42CB98

Tints of Shamrock #42CB98

Color information

#42CB98 (or 0x42CB98) is unknown color: approx Shamrock. HEX triplet: 42, CB and 98. RGB value is (66,203,152). Sum of RGB (Red+Green+Blue) = 66+203+152=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #42CB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CB98 is #BD3467. Grayscale: #9C9C9C. Windows color (decimal): -12399720 or 10013506. OLE color: 10013506.

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

Color convert

RGB66203152-
CMYK0.6700.250.20
HSL157.66º56.85%52.75%-
HSV(B)157.66º67.49%79.61%-
XYZ29.2746.1437.07-
YUV156.22125.6163.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.68%
GREEN value IS 203 (79.69% from 255) = 48.22%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=15.68%
G=48.22%
B=36.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal662031520.6700.250.20157.6656.8552.75
Hex42CB9843019149e3935
Octal102313230103031242367165
Binary1000010110010111001100010000110110011010010011110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,203,152); }

 H1.HeaderClassName
 {
   color: #42CB98;
 }
 .AnyTagClassName
 {
   color: #42CB98;
 }
</style>
background-color css

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

 a { background-color: rgb(66,203,152); }

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

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

 span { border-color: rgb(66,203,152); }

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