#42C455

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

Shades of Fruit Salad #42C455

Tints of Fruit Salad #42C455

Color information

#42C455 (or 0x42C455) is unknown color: approx Fruit Salad. HEX triplet: 42, C4 and 55. RGB value is (66,196,85). Sum of RGB (Red+Green+Blue) = 66+196+85=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #42C455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C455 is #BD3BAA. Grayscale: #909090. Windows color (decimal): -12401579 or 5620802. OLE color: 5620802.

HSL color Cylindrical-coordinate representation of color #42C455: hue angle of 128.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C455 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB6619685-
CMYK0.6600.570.23
HSL128.77º52.42%51.37%-
HSV(B)128.77º66.33%76.86%-
XYZ23.6341.2915.32-
YUV144.4894.4372.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.02%
GREEN value IS 196 (76.95% from 255) = 56.48%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=19.02%
G=56.48%
B=24.50%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66196850.6600.570.23128.7752.4251.37
Hex42C4554203917813433
Octal102304125102071272016463
Binary1000010110001001010101100001001110011011110000001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,196,85); }

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

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

 a { background-color: rgb(66,196,85); }

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

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

 span { border-color: rgb(66,196,85); }

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