#42B651

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

Shades of Fruit Salad #42B651

Tints of Fruit Salad #42B651

Color information

#42B651 (or 0x42B651) is unknown color: approx Fruit Salad. HEX triplet: 42, B6 and 51. RGB value is (66,182,81). Sum of RGB (Red+Green+Blue) = 66+182+81=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #42B651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B651 is #BD49AE. Grayscale: #888888. Windows color (decimal): -12405167 or 5355074. OLE color: 5355074.

HSL color Cylindrical-coordinate representation of color #42B651: hue angle of 127.76º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B651 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB6618281-
CMYK0.6400.550.29
HSL127.76º46.77%48.63%-
HSV(B)127.76º63.74%71.37%-
XYZ20.4635.2113.5-
YUV135.897.0778.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 182 (71.48% from 255) = 55.32%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=20.06%
G=55.32%
B=24.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66182810.6400.550.29127.7646.7748.63
Hex42B651400371D802f31
Octal102266121100067352005761
Binary1000010101101101010001100000001101111110110000000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,182,81); }

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

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

 a { background-color: rgb(66,182,81); }

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

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

 span { border-color: rgb(66,182,81); }

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