#42BA4E

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

Shades of Fruit Salad #42BA4E

Tints of Fruit Salad #42BA4E

Color information

#42BA4E (or 0x42BA4E) is unknown color: approx Fruit Salad. HEX triplet: 42, BA and 4E. RGB value is (66,186,78). Sum of RGB (Red+Green+Blue) = 66+186+78=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BA4E is #BD45B1. Grayscale: #8A8A8A. Windows color (decimal): -12404146 or 5159490. OLE color: 5159490.

HSL color Cylindrical-coordinate representation of color #42BA4E: hue angle of 126º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BA4E is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB6618678-
CMYK0.6500.580.27
HSL126º47.62%49.41%-
HSV(B)126º64.52%72.94%-
XYZ21.1836.8313.2-
YUV137.8194.2476.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 186 (73.05% from 255) = 56.36%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=20%
G=56.36%
B=23.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66186780.6500.580.2712647.6249.41
Hex42BA4E4103A1B7e3031
Octal102272116101072331766061
Binary100001010111010100111010000010111010110111111110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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