#42C158

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

Shades of Fruit Salad #42C158

Tints of Fruit Salad #42C158

Color information

#42C158 (or 0x42C158) is unknown color: approx Fruit Salad. HEX triplet: 42, C1 and 58. RGB value is (66,193,88). Sum of RGB (Red+Green+Blue) = 66+193+88=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #42C158 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C158 is #BD3EA7. Grayscale: #8F8F8F. Windows color (decimal): -12402344 or 5816642. OLE color: 5816642.

HSL color Cylindrical-coordinate representation of color #42C158: hue angle of 130.39º 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 #42C158 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB6619388-
CMYK0.6600.540.24
HSL130.39º50.6%50.78%-
HSV(B)130.39º65.8%75.69%-
XYZ23.084015.74-
YUV143.0696.9273.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 193 (75.78% from 255) = 55.62%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=19.02%
G=55.62%
B=25.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66193880.6600.540.24130.3950.650.78
Hex42C1584203618823333
Octal102301130102066302026363
Binary1000010110000011011000100001001101101100010000010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,193,88); }

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

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

 a { background-color: rgb(66,193,88); }

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

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

 span { border-color: rgb(66,193,88); }

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