#42C550

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

Shades of Fruit Salad #42C550

Tints of Fruit Salad #42C550

Color information

#42C550 (or 0x42C550) is unknown color: approx Fruit Salad. HEX triplet: 42, C5 and 50. RGB value is (66,197,80). Sum of RGB (Red+Green+Blue) = 66+197+80=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #42C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C550 is #BD3AAF. Grayscale: #909090. Windows color (decimal): -12401328 or 5293378. OLE color: 5293378.

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

Color convert

RGB6619780-
CMYK0.6600.590.23
HSL126.41º53.04%51.57%-
HSV(B)126.41º66.5%77.25%-
XYZ23.6641.6714.39-
YUV144.4991.672.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 197 (77.34% from 255) = 57.43%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=19.24%
G=57.43%
B=23.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66197800.6600.590.23126.4153.0451.57
Hex42C5504203B177e3534
Octal102305120102073271766564
Binary100001011000101101000010000100111011101111111110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,197,80); }

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

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

 a { background-color: rgb(66,197,80); }

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

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

 span { border-color: rgb(66,197,80); }

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