#42B450

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

Shades of Fruit Salad #42B450

Tints of Fruit Salad #42B450

Color information

#42B450 (or 0x42B450) is unknown color: approx Fruit Salad. HEX triplet: 42, B4 and 50. RGB value is (66,180,80). Sum of RGB (Red+Green+Blue) = 66+180+80=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 180 (70.70% from 255 or 55.21% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 180 - color contains mainly: green. Hex color #42B450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B450 is #BD4BAF. Grayscale: #868686. Windows color (decimal): -12405680 or 5289026. OLE color: 5289026.

HSL color Cylindrical-coordinate representation of color #42B450: hue angle of 127.37º 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 #42B450 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB6618080-
CMYK0.6300.560.29
HSL127.37º46.34%48.24%-
HSV(B)127.37º63.33%70.59%-
XYZ20.0234.3813.17-
YUV134.5197.2379.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 180 (70.70% from 255) = 55.21%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=20.25%
G=55.21%
B=24.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180800.6300.560.29127.3746.3448.24
Hex42B4503F0381D7f2e30
Octal10226412077070351775660
Binary10000101011010010100001111110111000111011111111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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