#42C654

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

Shades of Fruit Salad #42C654

Tints of Fruit Salad #42C654

Color information

#42C654 (or 0x42C654) is unknown color: approx Fruit Salad. HEX triplet: 42, C6 and 54. RGB value is (66,198,84). Sum of RGB (Red+Green+Blue) = 66+198+84=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #42C654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C654 is #BD39AB. Grayscale: #919191. Windows color (decimal): -12401068 or 5555778. OLE color: 5555778.

HSL color Cylindrical-coordinate representation of color #42C654: hue angle of 128.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C654 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB6619884-
CMYK0.6700.580.22
HSL128.18º53.66%51.76%-
HSV(B)128.18º66.67%77.65%-
XYZ24.0442.1915.26-
YUV145.5493.2771.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 198 (77.73% from 255) = 56.90%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=18.97%
G=56.90%
B=24.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66198840.6700.580.22128.1853.6651.76
Hex42C6544303A16803634
Octal102306124103072262006664
Binary1000010110001101010100100001101110101011010000000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,198,84); }

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

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

 a { background-color: rgb(66,198,84); }

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

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

 span { border-color: rgb(66,198,84); }

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