#42B44E

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

Shades of Fruit Salad #42B44E

Tints of Fruit Salad #42B44E

Color information

#42B44E (or 0x42B44E) is unknown color: approx Fruit Salad. HEX triplet: 42, B4 and 4E. RGB value is (66,180,78). Sum of RGB (Red+Green+Blue) = 66+180+78=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #42B44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B44E is #BD4BB1. Grayscale: #868686. Windows color (decimal): -12405682 or 5157954. OLE color: 5157954.

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

Color convert

RGB6618078-
CMYK0.6300.570.29
HSL126.32º46.34%48.24%-
HSV(B)126.32º63.33%70.59%-
XYZ19.9434.3512.79-
YUV134.2996.2379.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 180 (70.70% from 255) = 55.56%
BLUE value IS 78 (30.86% from 255) = 24.07%
R=20.37%
G=55.56%
B=24.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66180780.6300.570.29126.3246.3448.24
Hex42B44E3F0391D7e2e30
Octal10226411677071351765660
Binary10000101011010010011101111110111001111011111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B44E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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