#42B451

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

Shades of Fruit Salad #42B451

Tints of Fruit Salad #42B451

Color information

#42B451 (or 0x42B451) is unknown color: approx Fruit Salad. HEX triplet: 42, B4 and 51. RGB value is (66,180,81). Sum of RGB (Red+Green+Blue) = 66+180+81=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #42B451 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B451 is #BD4BAE. Grayscale: #868686. Windows color (decimal): -12405679 or 5354562. OLE color: 5354562.

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

Color convert

RGB6618081-
CMYK0.6300.550.29
HSL127.89º46.34%48.24%-
HSV(B)127.89º63.33%70.59%-
XYZ20.0534.3913.37-
YUV134.6397.7379.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 81 (32.03% from 255) = 24.77%
R=20.18%
G=55.05%
B=24.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180810.6300.550.29127.8946.3448.24
Hex42B4513F0371D802e30
Octal10226412177067352005660
Binary100001010110100101000111111101101111110110000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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